]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry: Remove ABI prefixes from functions in syscall tables
authorBrian Gerst <brgerst@gmail.com>
Fri, 13 Mar 2020 19:51:38 +0000 (15:51 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 21 Mar 2020 15:03:23 +0000 (16:03 +0100)
commit48154232ec73206a2acba0b053c61783dc12abaa
treed4a8beaa2f48e787385c32b5b16a5c219823a1e7
parent289c7e1a3992eef338dcf036c3082408d5bc2098
x86/entry: Remove ABI prefixes from functions in syscall tables

Move the ABI prefixes to the __SYSCALL_[abi]() macros.  This allows removal
of the need to strip the prefix for UML.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200313195144.164260-13-brgerst@gmail.com
arch/x86/entry/syscall_32.c
arch/x86/entry/syscall_64.c
arch/x86/entry/syscall_x32.c
arch/x86/entry/syscalls/syscall_32.tbl
arch/x86/entry/syscalls/syscall_64.tbl
arch/x86/entry/syscalls/syscalltbl.sh