summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/calls.S
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-23 07:52:54 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-04 00:15:46 +0100
commitec93ac8663ad5fcccd44c3768b23c93b87610fc2 (patch)
tree768f321442445310520b8c839c4228aaad1e4c1d /arch/arm/kernel/calls.S
parenttake sys_rt_sigsuspend() prototype to linux/syscalls.h (diff)
downloadlinux-ec93ac8663ad5fcccd44c3768b23c93b87610fc2.tar.xz
linux-ec93ac8663ad5fcccd44c3768b23c93b87610fc2.zip
arm: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/calls.S')
-rw-r--r--arch/arm/kernel/calls.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S
index a4fda4e7a372..0cc57611fc4f 100644
--- a/arch/arm/kernel/calls.S
+++ b/arch/arm/kernel/calls.S
@@ -195,7 +195,7 @@
CALL(sys_getcwd)
CALL(sys_capget)
/* 185 */ CALL(sys_capset)
- CALL(sys_sigaltstack_wrapper)
+ CALL(sys_sigaltstack)
CALL(sys_sendfile)
CALL(sys_ni_syscall) /* getpmsg */
CALL(sys_ni_syscall) /* putpmsg */