diff options
author | Christoph Hellwig <hch@lst.de> | 2008-08-31 21:23:30 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-09-15 14:08:39 -0400 |
commit | d6c93adbeb98c56e19f7df37633566b39fbcd4c9 (patch) | |
tree | 98ea6c811f7a586603a757e6d7e28d492aa85215 /arch/powerpc/include/asm/systbl.h | |
parent | 549e8152de8039506f69c677a4546e5427aa6ae7 (diff) |
powerpc: Use sys_pause for 32-bit pause entry point
sys32_pause is a useless copy of the generic sys_pause.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index f6cc7a43b4fa..803def236654 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h | |||
@@ -32,7 +32,7 @@ COMPAT_SYS_SPU(stime) | |||
32 | COMPAT_SYS(ptrace) | 32 | COMPAT_SYS(ptrace) |
33 | SYSCALL_SPU(alarm) | 33 | SYSCALL_SPU(alarm) |
34 | OLDSYS(fstat) | 34 | OLDSYS(fstat) |
35 | COMPAT_SYS(pause) | 35 | SYSCALL(pause) |
36 | COMPAT_SYS(utime) | 36 | COMPAT_SYS(utime) |
37 | SYSCALL(ni_syscall) | 37 | SYSCALL(ni_syscall) |
38 | SYSCALL(ni_syscall) | 38 | SYSCALL(ni_syscall) |