]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry: Convert various system vectors
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:41 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:14 +0000 (15:15 +0200)
commit88d5454cd79104ce38538c5a9a04faf989960197
tree288cc89ba1c1a4592fc9d8eff28d6e64a221a788
parent722798fea6145c42b6e2546d80cdcd01ed3a10a9
x86/entry: Convert various system vectors

Convert various system vectors to IDTENTRY_SYSVEC:

  - Implement the C entry point with DEFINE_IDTENTRY_SYSVEC
  - Emit the ASM stub with DECLARE_IDTENTRY_SYSVEC
  - Remove the ASM idtentries in 64-bit
  - Remove the BUILD_INTERRUPT entries in 32-bit
  - Remove the old prototypes

No functional change.

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.464812973@linutronix.de
14 files changed:
arch/x86/entry/entry_64.S
arch/x86/include/asm/apic.h
arch/x86/include/asm/entry_arch.h
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/idtentry.h
arch/x86/include/asm/irq_work.h
arch/x86/include/asm/traps.h
arch/x86/include/asm/uv/uv_bau.h
arch/x86/kernel/cpu/mce/amd.c
arch/x86/kernel/cpu/mce/therm_throt.c
arch/x86/kernel/cpu/mce/threshold.c
arch/x86/kernel/idt.c
arch/x86/kernel/irq_work.c
arch/x86/platform/uv/tlb_uv.c