s390/compat: get rid of compat wrapper assembly code
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 5 Mar 2014 09:05:56 +0000 (10:05 +0100)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 6 Mar 2014 15:30:48 +0000 (16:30 +0100)
commit5b098c204827ed21961988b4206b411f90cc89c8
tree3d9b810903525d54e6139b88d3efb763f6caf143
parent9a205286bcca84b38d3ab1689f16236d1935af2d
s390/compat: get rid of compat wrapper assembly code

Now that all compat syscalls have been converted to use the
COMPAT_SYSCALL_DEFINE macros, we don't need to compat syscall
wrapper assembly code anymore.
So remove it and fix up the system call table accordingly.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/kernel/Makefile
arch/s390/kernel/compat_linux.h
arch/s390/kernel/compat_signal.c
arch/s390/kernel/compat_wrap.c [deleted file]
arch/s390/kernel/compat_wrapper.S [deleted file]
arch/s390/kernel/compat_wrapper.c [new file with mode: 0644]
arch/s390/kernel/entry.h
arch/s390/kernel/syscalls.S