]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/syscall/x32: Move x32 syscall table
authorBrian Gerst <brgerst@gmail.com>
Fri, 14 Mar 2025 15:12:17 +0000 (11:12 -0400)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Mar 2025 10:19:15 +0000 (11:19 +0100)
commit21832247f2df4f636b0f2ae6939819e8dd2ed35f
tree61259a0feaaee1b5d293080b6bdec13ba17f5dee
parent01dfb4805420291966b75b208d66c88c62579649
x86/syscall/x32: Move x32 syscall table

Since commit:

  2e958a8a510d ("x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*")

the ABI prefix for x32 syscalls is the same as native 64-bit
syscalls.  Move the x32 syscall table to syscall_64.c

No functional changes.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Sohil Mehta <sohil.mehta@intel.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20250314151220.862768-5-brgerst@gmail.com
arch/x86/entry/Makefile
arch/x86/entry/syscall_64.c
arch/x86/entry/syscall_x32.c [deleted file]