projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc44e65
)
x86: kill sys32_pause
author
Christoph Hellwig
<hch@lst.de>
Mon, 1 Sep 2008 16:14:51 +0000
(18:14 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 6 Sep 2008 16:44:47 +0000
(18:44 +0200)
It's an unused duplicate of the generic sys_pause.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/ia32/sys_ia32.c
patch
|
blob
|
history
diff --git
a/arch/x86/ia32/sys_ia32.c
b/arch/x86/ia32/sys_ia32.c
index d3c64088b981f02fe5614ec53c3539b5bd3b703a..beda4232ce695cc2f42aea28dea84dad02a38235 100644
(file)
--- a/
arch/x86/ia32/sys_ia32.c
+++ b/
arch/x86/ia32/sys_ia32.c
@@
-556,15
+556,6
@@
asmlinkage long sys32_rt_sigqueueinfo(int pid, int sig,
return ret;
}
-/* These are here just in case some old ia32 binary calls it. */
-asmlinkage long sys32_pause(void)
-{
- current->state = TASK_INTERRUPTIBLE;
- schedule();
- return -ERESTARTNOHAND;
-}
-
-
#ifdef CONFIG_SYSCTL_SYSCALL
struct sysctl_ia32 {
unsigned int name;