diff options
author | Christoph Hellwig <hch@lst.de> | 2008-10-10 21:33:19 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-10-10 21:33:56 +0200 |
commit | d86730bb9597b02bff59a3a5a01c0094d71a265f (patch) | |
tree | 70332771017053609e99c76eba9a8964811cfffb /arch/s390/kernel/compat_linux.h | |
parent | 7a0f475513fa573bc8e072021960313da32f0ee3 (diff) | |
download | op-kernel-dev-d86730bb9597b02bff59a3a5a01c0094d71a265f.zip op-kernel-dev-d86730bb9597b02bff59a3a5a01c0094d71a265f.tar.gz |
[S390] s390: use sys_pause for 31bit pause entry point
sys32_pause is a useless copy of the generic sys_pause.
(and it's certainly not there for old sparc32 binaries..)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_linux.h')
-rw-r--r-- | arch/s390/kernel/compat_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/compat_linux.h b/arch/s390/kernel/compat_linux.h index 20723a0..05f8516 100644 --- a/arch/s390/kernel/compat_linux.h +++ b/arch/s390/kernel/compat_linux.h @@ -206,7 +206,6 @@ long sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz); long sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz); -long sys32_pause(void); long sys32_pread64(unsigned int fd, char __user *ubuf, size_t count, u32 poshi, u32 poslo); long sys32_pwrite64(unsigned int fd, const char __user *ubuf, |