entry_Add_enter_from_user_mode_wrapper
authorSven Schnelle <svens@linux.ibm.com>
Tue, 1 Dec 2020 14:27:53 +0000 (15:27 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Dec 2020 14:07:57 +0000 (15:07 +0100)
commit96e2fbccd0fc806364a964fdf072bfc858a66109
treee794e017f180e4e8578b2f97bb50e213f3910531
parentbb793562f0da7317adf6c456316bca651ff46f5d
entry_Add_enter_from_user_mode_wrapper

To be called from architecture specific code if the combo interfaces are
not suitable. It simply calls __enter_from_user_mode(). This way
__enter_from_user_mode will still be inlined because it is declared static
__always_inline.

[ tglx: Amend comments and move it to a different location in the header ]

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