]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/syscall/64: Move 64-bit syscall dispatch code
authorBrian Gerst <brgerst@gmail.com>
Fri, 14 Mar 2025 15:12:16 +0000 (11:12 -0400)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Mar 2025 10:19:04 +0000 (11:19 +0100)
commit01dfb4805420291966b75b208d66c88c62579649
tree17ebf699224ee158ced3b6ae7a6baea8ecdcd19f
parentb634b02e2bf9767f1f8c194a7dcd5c28f868ac10
x86/syscall/64: Move 64-bit syscall dispatch code

Move the 64-bit syscall dispatch code 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-4-brgerst@gmail.com
arch/x86/entry/Makefile
arch/x86/entry/common.c
arch/x86/entry/syscall_64.c