]> Git Repo - linux.git/commit
x86/entry: Remove ABI prefixes from functions in syscall tables
authorBrian Gerst <[email protected]>
Fri, 13 Mar 2020 19:51:38 +0000 (15:51 -0400)
committerThomas Gleixner <[email protected]>
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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
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
This page took 0.066541 seconds and 4 git commands to generate.