summaryrefslogtreecommitdiff
path: root/arch/x86/um/setjmp_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/setjmp_64.S')
-rw-r--r--arch/x86/um/setjmp_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/setjmp_64.S b/arch/x86/um/setjmp_64.S
index 1b5d40d4ff46..b46acb6a8ebd 100644
--- a/arch/x86/um/setjmp_64.S
+++ b/arch/x86/um/setjmp_64.S
@@ -33,7 +33,7 @@ kernel_setjmp:
movq %r14,40(%rdi)
movq %r15,48(%rdi)
movq %rsi,56(%rdi) # Return address
- ret
+ RET
.size kernel_setjmp,.-kernel_setjmp