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

Move sys_ni_syscall() to kernel/process.c, and remove the now empty
entry/common.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-6-brgerst@gmail.com
arch/x86/entry/Makefile
arch/x86/entry/common.c [deleted file]
arch/x86/kernel/process.c