OSDN Git Service

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)
commitcab56d3484d4bb8b21e4d9500392ac1ce99af026
treed4a8beaa2f48e787385c32b5b16a5c219823a1e7
parent8210efcb153625d2bf4bb79875ddc78eee2aba3e
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