提交 0722bba8 编写于 作者: C Christoph Hellwig 提交者: Ingo Molnar

x86: kill sys32_pause

It's an unused duplicate of the generic sys_pause.
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 dc44e659
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册