Skip to content

Commit

Permalink
x86/entry/32: Remove unused label restore_nocheck
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Link: https://lkml.kernel.org/r/20200308222609.219366430@linutronix.de
  • Loading branch information
Thomas Gleixner committed Mar 10, 2020
1 parent e441a2a commit 74a4882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/entry/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ restore_all:
TRACE_IRQS_IRET
SWITCH_TO_ENTRY_STACK
CHECK_AND_APPLY_ESPFIX
.Lrestore_nocheck:

/* Switch back to user CR3 */
SWITCH_TO_USER_CR3 scratch_reg=%eax

Expand Down

0 comments on commit 74a4882

Please sign in to comment.