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)
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>

No differences found