Skip to content

Commit

Permalink
x86/entry/64: Remove an unused label
Browse files Browse the repository at this point in the history
The label .Lcommon_\sym was introduced by 39e9543.
(x86-64: Reduce amount of redundant code generated for invalidate_interruptNN)
And all the other relevant information was removed by 52aec33
(x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR)

Signed-off-by: Lai Jiangshan <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
  • Loading branch information
Lai Jiangshan authored and KAGA-KOKO committed Jun 11, 2020
1 parent 37f8173 commit 26fa126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/entry/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 26fa126

Please sign in to comment.