diff options
Diffstat (limited to 'arch/mips/kernel/linux32.c')
| -rw-r--r-- | arch/mips/kernel/linux32.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index fc4dd6c9dd80..9e8100a214c4 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
| @@ -166,34 +166,6 @@ out: | |||
| 166 | return error; | 166 | return error; |
| 167 | } | 167 | } |
| 168 | 168 | ||
| 169 | asmlinkage long | ||
| 170 | sysn32_waitid(int which, compat_pid_t pid, | ||
| 171 | siginfo_t __user *uinfo, int options, | ||
| 172 | struct compat_rusage __user *uru) | ||
| 173 | { | ||
| 174 | struct rusage ru; | ||
| 175 | long ret; | ||
| 176 | mm_segment_t old_fs = get_fs(); | ||
| 177 | int si_signo; | ||
| 178 | |||
| 179 | if (!access_ok(VERIFY_WRITE, uinfo, sizeof(*uinfo))) | ||
| 180 | return -EFAULT; | ||
| 181 | |||
| 182 | set_fs (KERNEL_DS); | ||
| 183 | ret = sys_waitid(which, pid, uinfo, options, | ||
| 184 | uru ? (struct rusage __user *) &ru : NULL); | ||
| 185 | set_fs (old_fs); | ||
| 186 | |||
| 187 | if (__get_user(si_signo, &uinfo->si_signo)) | ||
| 188 | return -EFAULT; | ||
| 189 | if (ret < 0 || si_signo == 0) | ||
| 190 | return ret; | ||
| 191 | |||
| 192 | if (uru) | ||
| 193 | ret = put_compat_rusage(&ru, uru); | ||
| 194 | return ret; | ||
| 195 | } | ||
| 196 | |||
| 197 | #define RLIM_INFINITY32 0x7fffffff | 169 | #define RLIM_INFINITY32 0x7fffffff |
| 198 | #define RESOURCE32(x) ((x > RLIM_INFINITY32) ? RLIM_INFINITY32 : x) | 170 | #define RESOURCE32(x) ((x > RLIM_INFINITY32) ? RLIM_INFINITY32 : x) |
| 199 | 171 | ||
