]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/syscalls: Remove system call table pointer from thread_struct
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 10 Nov 2025 18:54:39 +0000 (19:54 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 17 Nov 2025 10:10:39 +0000 (11:10 +0100)
commitf4e1f1b1379df5b44fffbf09940761921d35da66
tree8715691d153f901226ba44699ffe024bb16b430f
parent3db5cf9354710c3b9268af74a0dca88514279453
s390/syscalls: Remove system call table pointer from thread_struct

With compat support gone there is only one system call table
left. Therefore remove the sys_call_table pointer from
thread_struct and use the sys_call_table directly.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/elf.h
arch/s390/include/asm/processor.h
arch/s390/kernel/syscall.c