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.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/um/setjmp_64.S b/arch/x86/um/setjmp_64.S
index c56942e1a38c..b46acb6a8ebd 100644
--- a/arch/x86/um/setjmp_64.S
+++ b/arch/x86/um/setjmp_64.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#
# arch/x86_64/setjmp.S
#
@@ -32,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