diff options
Diffstat (limited to 'arch/arm64/kernel/entry32.S')
-rw-r--r-- | arch/arm64/kernel/entry32.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/kernel/entry32.S b/arch/arm64/kernel/entry32.S index bd9bfaa9269b..f332d5d1f6b4 100644 --- a/arch/arm64/kernel/entry32.S +++ b/arch/arm64/kernel/entry32.S | |||
@@ -32,13 +32,11 @@ | |||
32 | 32 | ||
33 | ENTRY(compat_sys_sigreturn_wrapper) | 33 | ENTRY(compat_sys_sigreturn_wrapper) |
34 | mov x0, sp | 34 | mov x0, sp |
35 | mov x27, #0 // prevent syscall restart handling (why) | ||
36 | b compat_sys_sigreturn | 35 | b compat_sys_sigreturn |
37 | ENDPROC(compat_sys_sigreturn_wrapper) | 36 | ENDPROC(compat_sys_sigreturn_wrapper) |
38 | 37 | ||
39 | ENTRY(compat_sys_rt_sigreturn_wrapper) | 38 | ENTRY(compat_sys_rt_sigreturn_wrapper) |
40 | mov x0, sp | 39 | mov x0, sp |
41 | mov x27, #0 // prevent syscall restart handling (why) | ||
42 | b compat_sys_rt_sigreturn | 40 | b compat_sys_rt_sigreturn |
43 | ENDPROC(compat_sys_rt_sigreturn_wrapper) | 41 | ENDPROC(compat_sys_rt_sigreturn_wrapper) |
44 | 42 | ||