projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a843313
)
[MIPS] Delete unused sys32_waitpid.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 19 Feb 2006 03:20:07 +0000
(
03:20
+0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 21 Mar 2006 13:27:45 +0000
(13:27 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/linux32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/linux32.c
b/arch/mips/kernel/linux32.c
index e00e5f6e7fdd784d2d067dc4e6ccffcdc2eea009..396592467da8f85577aee8c475d8519b40b4c8b7 100644
(file)
--- a/
arch/mips/kernel/linux32.c
+++ b/
arch/mips/kernel/linux32.c
@@
-161,12
+161,6
@@
out:
return error;
}
-asmlinkage int
-sys32_waitpid(compat_pid_t pid, unsigned int *stat_addr, int options)
-{
- return compat_sys_wait4(pid, stat_addr, options, NULL);
-}
-
asmlinkage long
sysn32_waitid(int which, compat_pid_t pid,
siginfo_t __user *uinfo, int options,