aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/entry.S
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-10-18 01:43:27 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-11-28 21:49:04 -0500
commitb960f303448969c6cb76b4df9291e9e6213e2b9f (patch)
treebfb606dd0cb16673e61213ab4472933e67f39857 /arch/alpha/kernel/entry.S
parente0e431aa45416982eb3fddf34cedc72f1c3b3ce3 (diff)
alpha: don't pass useless arguments to do_{,rt_},sigreturn()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/kernel/entry.S')
-rw-r--r--arch/alpha/kernel/entry.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/kernel/entry.S b/arch/alpha/kernel/entry.S
index cc6d34e9e2ea..c245de65c61b 100644
--- a/arch/alpha/kernel/entry.S
+++ b/arch/alpha/kernel/entry.S
@@ -658,8 +658,6 @@ sys_sigreturn:
658 .prologue 0 658 .prologue 0
659 lda $9, ret_from_straced 659 lda $9, ret_from_straced
660 cmpult $26, $9, $9 660 cmpult $26, $9, $9
661 mov $sp, $17
662 lda $18, -SWITCH_STACK_SIZE($sp)
663 lda $sp, -SWITCH_STACK_SIZE($sp) 661 lda $sp, -SWITCH_STACK_SIZE($sp)
664 jsr $26, do_sigreturn 662 jsr $26, do_sigreturn
665 bne $9, 1f 663 bne $9, 1f
@@ -675,8 +673,6 @@ sys_rt_sigreturn:
675 .prologue 0 673 .prologue 0
676 lda $9, ret_from_straced 674 lda $9, ret_from_straced
677 cmpult $26, $9, $9 675 cmpult $26, $9, $9
678 mov $sp, $17
679 lda $18, -SWITCH_STACK_SIZE($sp)
680 lda $sp, -SWITCH_STACK_SIZE($sp) 676 lda $sp, -SWITCH_STACK_SIZE($sp)
681 jsr $26, do_rt_sigreturn 677 jsr $26, do_rt_sigreturn
682 bne $9, 1f 678 bne $9, 1f