Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0722bba8 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Ingo Molnar
Browse files

x86: kill sys32_pause



It's an unused duplicate of the generic sys_pause.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent dc44e659
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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;