aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
diff options
context:
space:
mode:
authorBorislav Petkov <bp@alien8.de>2019-11-24 17:12:25 +0100
committerIngo Molnar <mingo@kernel.org>2019-11-27 10:38:16 +0100
commit3e1b43586eae232157ca70e905cece0297f17bfd (patch)
tree91b99c456f4b4190f16dd6e7c8d23e3dcad910d9 /arch/x86/entry
parentx86/ptrace: Document FSBASE and GSBASE ABI oddities (diff)
downloadlinux-dev-3e1b43586eae232157ca70e905cece0297f17bfd.tar.xz
linux-dev-3e1b43586eae232157ca70e905cece0297f17bfd.zip
x86/entry/32: Remove unused 'restore_all_notrace' local label
Signed-off-by: Borislav Petkov <bp@alien8.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/entry')
-rw-r--r--arch/x86/entry/entry_32.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S
index 632432bb723d..7e0560442538 100644
--- a/arch/x86/entry/entry_32.S
+++ b/arch/x86/entry/entry_32.S
@@ -1090,7 +1090,6 @@ SYM_FUNC_START(entry_INT80_32)
restore_all:
TRACE_IRQS_IRET
SWITCH_TO_ENTRY_STACK
-.Lrestore_all_notrace:
CHECK_AND_APPLY_ESPFIX
.Lrestore_nocheck:
/* Switch back to user CR3 */