diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 01:52:54 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:46 -0500 |
commit | ec93ac8663ad5fcccd44c3768b23c93b87610fc2 (patch) | |
tree | 768f321442445310520b8c839c4228aaad1e4c1d /arch/arm/kernel/entry-common.S | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) | |
download | blackbird-obmc-linux-ec93ac8663ad5fcccd44c3768b23c93b87610fc2.tar.gz blackbird-obmc-linux-ec93ac8663ad5fcccd44c3768b23c93b87610fc2.zip |
arm: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/entry-common.S')
-rw-r--r-- | arch/arm/kernel/entry-common.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S index a6c301e90a3b..3248cde504ed 100644 --- a/arch/arm/kernel/entry-common.S +++ b/arch/arm/kernel/entry-common.S @@ -514,11 +514,6 @@ sys_rt_sigreturn_wrapper: b sys_rt_sigreturn ENDPROC(sys_rt_sigreturn_wrapper) -sys_sigaltstack_wrapper: - ldr r2, [sp, #S_OFF + S_SP] - b do_sigaltstack -ENDPROC(sys_sigaltstack_wrapper) - sys_statfs64_wrapper: teq r1, #88 moveq r1, #84 |