]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry/64: Remove an unused label
authorLai Jiangshan <laijs@linux.alibaba.com>
Sun, 19 Apr 2020 14:40:49 +0000 (14:40 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:14:31 +0000 (15:14 +0200)
commit91c662309051be3b109c8f31e048617d9c81a7a1
treeed9d71ae392a602ada2534f84882bf5a3078603e
parent545863b6f799dcbeb267465bddf85d07523d4998
x86/entry/64: Remove an unused label

The label .Lcommon_\sym was introduced by db15c34b923e.
(x86-64: Reduce amount of redundant code generated for invalidate_interruptNN)
And all the other relevant information was removed by 3b69f660da76
(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
arch/x86/entry/entry_64.S