]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
um: simplify syscall header files
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Jul 2025 12:12:42 +0000 (14:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Jul 2025 06:49:02 +0000 (08:49 +0200)
commitac1ad16f10523c2c60aef0abeb8a850ea6d06ced
tree797fc711ba44e5dcd28e7d4b340c40fcbd380d72
parent2a713f04eddd97f5893de73b1ccd789e69ac0a8d
um: simplify syscall header files

Since Thomas's recent commit 2af10530639b ("um/x86: Add
system call table to header file") , we now have two
extern declarations of the syscall table, one internal
and one external, and they don't even match on 32-bit.
Clean this up and remove all the extra code.

Reviewed-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://patch.msgid.link/20250704141243.a68366f6acc3.If8587a4aafdb90644fc6d0b2f5e31a2d1887915f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/kernel/skas/syscall.c
arch/x86/um/shared/sysdep/ptrace.h
arch/x86/um/shared/sysdep/syscalls.h [deleted file]
arch/x86/um/shared/sysdep/syscalls_32.h [deleted file]
arch/x86/um/shared/sysdep/syscalls_64.h [deleted file]