We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1a752 commit 45c0838Copy full SHA for 45c0838
arch/x86/entry/entry_64.S
@@ -1273,12 +1273,11 @@ SYM_CODE_START_LOCAL(paranoid_exit)
1273
/* Always restore stashed CR3 value (see paranoid_entry) */
1274
RESTORE_CR3 scratch_reg=%rbx save_reg=%r14
1275
SWAPGS_UNSAFE_STACK
1276
- jmp .Lparanoid_exit_restore
+ jmp restore_regs_and_return_to_kernel
1277
.Lparanoid_exit_no_swapgs:
1278
TRACE_IRQS_IRETQ_DEBUG
1279
1280
1281
-.Lparanoid_exit_restore:
1282
jmp restore_regs_and_return_to_kernel
1283
SYM_CODE_END(paranoid_exit)
1284
0 commit comments