Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a876cb3f authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390: remove 31 bit syscalls



Remove the 31 bit syscalls from the syscall table. This is a separate patch
just in case I screwed something up so it can be easily reverted.
However the conversion was done with a script, so everything should be ok.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 4bfc86ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1043,7 +1043,7 @@ sie_exit:
#endif

	.section .rodata, "a"
#define SYSCALL(esa,esame,emu)	.long esame
#define SYSCALL(esame,emu)	.long esame
	.globl	sys_call_table
sys_call_table:
#include "syscalls.S"
@@ -1051,7 +1051,7 @@ sys_call_table:

#ifdef CONFIG_COMPAT

#define SYSCALL(esa,esame,emu)	.long emu
#define SYSCALL(esame,emu)	.long emu
	.globl	sys_call_table_emu
sys_call_table_emu:
#include "syscalls.S"
+358 −358

File changed.

Preview size limit exceeded, changes collapsed.