Commit 7a3b0f89 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller

sparc32: Fix exit flag passed from traced sys_sigreturn

Pass 1 in %o1 to indicate that syscall_trace accounts exit.
Signed-off-by: default avatarKirill Tkhai <tkhai@yandex.ru>
CC: David Miller <davem@davemloft.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 04001552
...@@ -839,7 +839,7 @@ sys_sigreturn: ...@@ -839,7 +839,7 @@ sys_sigreturn:
nop nop
call syscall_trace call syscall_trace
nop mov 1, %o1
1: 1:
/* We don't want to muck with user registers like a /* We don't want to muck with user registers like a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment