summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLai Jiangshan <laijs@linux.alibaba.com>2020-04-19 16:40:49 +0200
committerThomas Gleixner <tglx@linutronix.de>2020-06-11 15:14:31 +0200
commit26fa1263b0ba35f01a25f4f7e70ba7c44455d1e3 (patch)
treeed9d71ae392a602ada2534f84882bf5a3078603e /arch
parentlocking/atomics: Flip fallbacks and instrumentation (diff)
downloadlinux-26fa1263b0ba35f01a25f4f7e70ba7c44455d1e3.tar.xz
linux-26fa1263b0ba35f01a25f4f7e70ba7c44455d1e3.zip
x86/entry/64: Remove an unused label
The label .Lcommon_\sym was introduced by 39e9543344fa. (x86-64: Reduce amount of redundant code generated for invalidate_interruptNN) And all the other relevant information was removed by 52aec3308db8 (x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR) Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200419144049.1906-4-laijs@linux.alibaba.com
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/entry/entry_64.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
index eead1e2bebd5..609c71e3dba1 100644
--- a/arch/x86/entry/entry_64.S
+++ b/arch/x86/entry/entry_64.S
@@ -798,7 +798,6 @@ _ASM_NOKPROBE(common_interrupt)
SYM_CODE_START(\sym)
UNWIND_HINT_IRET_REGS
pushq $~(\num)
-.Lcommon_\sym:
call interrupt_entry
UNWIND_HINT_REGS indirect=1
call \do_sym /* rdi points to pt_regs */