Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110370
b: refs/heads/master
c: 0722bba
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Ingo Molnar committed Sep 6, 2008
1 parent 1f0101e commit 8bd3542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc44e65943169de2d1a1b494876f48a65a9737f1
refs/heads/master: 0722bba8f14eb5271c8b67e97def74da50eceb15
9 changes: 0 additions & 9 deletions trunk/arch/x86/ia32/sys_ia32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8bd3542

Please sign in to comment.