diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-03-08 23:24:02 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-03-10 13:56:32 +0100 |
commit | 74a4882d723a76cb3c72caf440ca5ef3f2bca6ab (patch) | |
tree | 6d3cca4ad2a078b133145b9069a3aaabf3640966 /arch | |
parent | x86/entry/32: Remove the 0/-1 distinction from exception entries (diff) | |
download | linux-74a4882d723a76cb3c72caf440ca5ef3f2bca6ab.tar.xz linux-74a4882d723a76cb3c72caf440ca5ef3f2bca6ab.zip |
x86/entry/32: Remove unused label restore_nocheck
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
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/entry/entry_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index ddc87f232877..80df781d4afb 100644 --- a/arch/x86/entry/entry_32.S +++ b/arch/x86/entry/entry_32.S @@ -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 |