aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-common.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kernel/entry-common.S')
-rw-r--r--arch/arm/kernel/entry-common.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S
index f05a35a59694..1b560825e1cf 100644
--- a/arch/arm/kernel/entry-common.S
+++ b/arch/arm/kernel/entry-common.S
@@ -418,11 +418,13 @@ ENDPROC(sys_clone_wrapper)
418 418
419sys_sigreturn_wrapper: 419sys_sigreturn_wrapper:
420 add r0, sp, #S_OFF 420 add r0, sp, #S_OFF
421 mov why, #0 @ prevent syscall restart handling
421 b sys_sigreturn 422 b sys_sigreturn
422ENDPROC(sys_sigreturn_wrapper) 423ENDPROC(sys_sigreturn_wrapper)
423 424
424sys_rt_sigreturn_wrapper: 425sys_rt_sigreturn_wrapper:
425 add r0, sp, #S_OFF 426 add r0, sp, #S_OFF
427 mov why, #0 @ prevent syscall restart handling
426 b sys_rt_sigreturn 428 b sys_rt_sigreturn
427ENDPROC(sys_rt_sigreturn_wrapper) 429ENDPROC(sys_rt_sigreturn_wrapper)
428 430