Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91978
b: refs/heads/master
c: a5c5642
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Apr 24, 2008
1 parent ce3c6ba commit fa4f217
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: 919ee677b656c52c5f86d3d916786891220d5452
refs/heads/master: a5c564279854c971a27cc650be4bb32c290e9ae7
1 change: 0 additions & 1 deletion trunk/arch/sparc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ syscall_is_too_hard:

st %o0, [%sp + STACKFRAME_SZ + PT_I0]

.globl ret_sys_call
ret_sys_call:
ld [%curptr + TI_FLAGS], %l6
cmp %o0, -ERESTART_RESTARTBLOCK
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/sparc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ static int _sigpause_common(old_sigset_t set)
return -ERESTARTNOHAND;
}

asmlinkage int sys_sigpause(unsigned int set)
{
return _sigpause_common(set);
}

asmlinkage int sys_sigsuspend(old_sigset_t set)
{
return _sigpause_common(set);
Expand Down

0 comments on commit fa4f217

Please sign in to comment.