diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 02:00:08 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:50 -0500 |
commit | 47880695011964be808d3151f0f47bd6626f6f2f (patch) | |
tree | f9f175b1932cbc70108f775b972b95b799c9441c /arch/avr32/kernel/syscall-stubs.S | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) | |
download | lwn-47880695011964be808d3151f0f47bd6626f6f2f.tar.gz lwn-47880695011964be808d3151f0f47bd6626f6f2f.zip |
avr32: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/avr32/kernel/syscall-stubs.S')
-rw-r--r-- | arch/avr32/kernel/syscall-stubs.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/avr32/kernel/syscall-stubs.S b/arch/avr32/kernel/syscall-stubs.S index 275aab9731fd..b5fc927cd398 100644 --- a/arch/avr32/kernel/syscall-stubs.S +++ b/arch/avr32/kernel/syscall-stubs.S @@ -20,12 +20,6 @@ __sys_rt_sigsuspend: mov r10, sp rjmp sys_rt_sigsuspend - .global __sys_sigaltstack - .type __sys_sigaltstack,@function -__sys_sigaltstack: - mov r10, sp - rjmp sys_sigaltstack - .global __sys_rt_sigreturn .type __sys_rt_sigreturn,@function __sys_rt_sigreturn: |