diff options
Diffstat (limited to 'arch/powerpc/kernel/sys_ppc32.c')
-rw-r--r-- | arch/powerpc/kernel/sys_ppc32.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/kernel/sys_ppc32.c b/arch/powerpc/kernel/sys_ppc32.c index d98634c76060..ff7de7b0797e 100644 --- a/arch/powerpc/kernel/sys_ppc32.c +++ b/arch/powerpc/kernel/sys_ppc32.c | |||
@@ -107,14 +107,6 @@ asmlinkage long compat_sys_sysfs(u32 option, u32 arg1, u32 arg2) | |||
107 | return sys_sysfs((int)option, arg1, arg2); | 107 | return sys_sysfs((int)option, arg1, arg2); |
108 | } | 108 | } |
109 | 109 | ||
110 | asmlinkage long compat_sys_pause(void) | ||
111 | { | ||
112 | current->state = TASK_INTERRUPTIBLE; | ||
113 | schedule(); | ||
114 | |||
115 | return -ERESTARTNOHAND; | ||
116 | } | ||
117 | |||
118 | static inline long get_ts32(struct timespec *o, struct compat_timeval __user *i) | 110 | static inline long get_ts32(struct timespec *o, struct compat_timeval __user *i) |
119 | { | 111 | { |
120 | long usec; | 112 | long usec; |