diff options
Diffstat (limited to 'arch/mips/kernel/linux32.c')
| -rw-r--r-- | arch/mips/kernel/linux32.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index 1df544c1f966..37849edd0645 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
| @@ -311,6 +311,8 @@ asmlinkage int sys32_sched_rr_get_interval(compat_pid_t pid, | |||
| 311 | return ret; | 311 | return ret; |
| 312 | } | 312 | } |
| 313 | 313 | ||
| 314 | #ifdef CONFIG_SYSVIPC | ||
| 315 | |||
| 314 | asmlinkage long | 316 | asmlinkage long |
| 315 | sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth) | 317 | sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth) |
| 316 | { | 318 | { |
| @@ -368,6 +370,16 @@ sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth) | |||
| 368 | return err; | 370 | return err; |
| 369 | } | 371 | } |
| 370 | 372 | ||
| 373 | #else | ||
| 374 | |||
| 375 | asmlinkage long | ||
| 376 | sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth) | ||
| 377 | { | ||
| 378 | return -ENOSYS; | ||
| 379 | } | ||
| 380 | |||
| 381 | #endif /* CONFIG_SYSVIPC */ | ||
| 382 | |||
| 371 | #ifdef CONFIG_MIPS32_N32 | 383 | #ifdef CONFIG_MIPS32_N32 |
| 372 | asmlinkage long sysn32_semctl(int semid, int semnum, int cmd, u32 arg) | 384 | asmlinkage long sysn32_semctl(int semid, int semnum, int cmd, u32 arg) |
| 373 | { | 385 | { |
