summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/sys32.S
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-12-03 11:17:57 -0800
committerDavid S. Miller <davem@davemloft.net>2012-12-03 11:17:57 -0800
commitde7531e8575ab383a0f5bb68b63e7891fce4765d (patch)
treee6717beadd945fd146599bef88e7512e85f56125 /arch/sparc/kernel/sys32.S
parent7e5530af11be68f3109672aed59243f82e1272f0 (diff)
sparc64: exit_group should kill register windows just like plain exit.
Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/sys32.S')
-rw-r--r--arch/sparc/kernel/sys32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/sys32.S b/arch/sparc/kernel/sys32.S
index 44025f4ba41f..8475a474273a 100644
--- a/arch/sparc/kernel/sys32.S
+++ b/arch/sparc/kernel/sys32.S
@@ -47,7 +47,7 @@ STUB: sra REG1, 0, REG1; \
sra REG4, 0, REG4
SIGN1(sys32_exit, sparc_exit, %o0)
-SIGN1(sys32_exit_group, sys_exit_group, %o0)
+SIGN1(sys32_exit_group, sparc_exit_group, %o0)
SIGN1(sys32_wait4, compat_sys_wait4, %o2)
SIGN1(sys32_creat, sys_creat, %o1)
SIGN1(sys32_mknod, sys_mknod, %o1)