]> 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)
commit14d9cb527532bb62eb9c217849346c96b8ecdfc4
treeed9d71ae392a602ada2534f84882bf5a3078603e
parentf8835665ac0b34df3bcd5ce5a4eebdb61d665ded
x86/entry/64: Remove an unused label

The label .Lcommon_\sym was introduced by 81aaa91b5a60.
(x86-64: Reduce amount of redundant code generated for invalidate_interruptNN)
And all the other relevant information was removed by 9b74aedd3433
(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