aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/entry_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S
index af0f4b226dbe..1579a6c59cfd 100644
--- a/arch/x86/kernel/entry_64.S
+++ b/arch/x86/kernel/entry_64.S
@@ -1501,7 +1501,7 @@ error_kernelspace:
1501bstep_iret: 1501bstep_iret:
1502 /* Fix truncated RIP */ 1502 /* Fix truncated RIP */
1503 movq %rcx,RIP+8(%rsp) 1503 movq %rcx,RIP+8(%rsp)
1504 je error_swapgs 1504 jmp error_swapgs
1505END(error_entry) 1505END(error_entry)
1506 1506
1507 1507