entry: Move syscall_enter_from_user_mode() to header file
authorSven Schnelle <svens@linux.ibm.com>
Mon, 18 Dec 2023 07:45:20 +0000 (08:45 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 21 Dec 2023 22:12:18 +0000 (23:12 +0100)
commit221a164035fd8b554a44bd7c4bf8e7715a497561
treec0e5098d4ebf7ed3cae0d2245ce3b6c4daa56f1f
parentcaf4062e35b21cd7d3d35ac2f58f9765d02d32a0
entry: Move syscall_enter_from_user_mode() to header file

To allow inlining of syscall_enter_from_user_mode(), move it
to entry-common.h.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20231218074520.1998026-4-svens@linux.ibm.com
include/linux/entry-common.h
kernel/entry/common.c