x86/entry: Remove the apic/BUILD interrupt leftovers
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:46 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:16 +0000 (15:15 +0200)
commit75da04f7f3cb416a68475e040175dc013da32de2
tree27b9325a21d018375d8c8e2fdd2deee37731aaad
parent13cad9851ef1d004640991d45227dd35c08f45fc
x86/entry: Remove the apic/BUILD interrupt leftovers

Remove all the code which was there to emit the system vector stubs. All
users are gone.

Move the now unused GET_CR2_INTO macro muck to head_64.S where the last
user is. Fixup the eye hurting comment there while at it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202119.927433002@linutronix.de
arch/x86/entry/calling.h
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/entry_arch.h [deleted file]
arch/x86/kernel/head_64.S