diff options
| author | James Bottomley <jejb@titanic.(none)> | 2005-05-20 16:27:44 -0400 |
|---|---|---|
| committer | James Bottomley <jejb@titanic.(none)> | 2005-05-20 16:27:44 -0400 |
| commit | ad34ea2cc3845ef4dcd7d12fb0fa8484734bd672 (patch) | |
| tree | ad434400f5ecaa33b433c8f830e40792d8d6c05c /arch/mips/kernel/syscall.c | |
| parent | 90356ac3194bf91a441a5f9c3067af386ef62462 (diff) | |
| parent | 88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 (diff) | |
merge by hand - fix up rejections in Documentation/DocBook/Makefile
Diffstat (limited to 'arch/mips/kernel/syscall.c')
| -rw-r--r-- | arch/mips/kernel/syscall.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 598bfe7426a2..ae2a1312d4ef 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c | |||
| @@ -374,22 +374,6 @@ asmlinkage int sys_ipc (uint call, int first, int second, | |||
| 374 | } | 374 | } |
| 375 | 375 | ||
| 376 | /* | 376 | /* |
| 377 | * Native ABI that is O32 or N64 version | ||
| 378 | */ | ||
| 379 | asmlinkage long sys_shmat(int shmid, char __user *shmaddr, | ||
| 380 | int shmflg, unsigned long *addr) | ||
| 381 | { | ||
| 382 | unsigned long raddr; | ||
| 383 | int err; | ||
| 384 | |||
| 385 | err = do_shmat(shmid, shmaddr, shmflg, &raddr); | ||
| 386 | if (err) | ||
| 387 | return err; | ||
| 388 | |||
| 389 | return put_user(raddr, addr); | ||
| 390 | } | ||
| 391 | |||
| 392 | /* | ||
| 393 | * No implemented yet ... | 377 | * No implemented yet ... |
| 394 | */ | 378 | */ |
| 395 | asmlinkage int sys_cachectl(char *addr, int nbytes, int op) | 379 | asmlinkage int sys_cachectl(char *addr, int nbytes, int op) |
