-
- Downloads
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
Showing
- arch/x86/entry/entry_64.S 0 additions, 19 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/apic.h 0 additions, 13 deletionsarch/x86/include/asm/apic.h
- arch/x86/include/asm/entry_arch.h 0 additions, 25 deletionsarch/x86/include/asm/entry_arch.h
- arch/x86/include/asm/hw_irq.h 0 additions, 6 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/idtentry.h 22 additions, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/irq_work.h 0 additions, 1 deletionarch/x86/include/asm/irq_work.h
- arch/x86/include/asm/traps.h 0 additions, 5 deletionsarch/x86/include/asm/traps.h
- arch/x86/include/asm/uv/uv_bau.h 2 additions, 6 deletionsarch/x86/include/asm/uv/uv_bau.h
- arch/x86/kernel/cpu/mce/amd.c 2 additions, 3 deletionsarch/x86/kernel/cpu/mce/amd.c
- arch/x86/kernel/cpu/mce/therm_throt.c 2 additions, 3 deletionsarch/x86/kernel/cpu/mce/therm_throt.c
- arch/x86/kernel/cpu/mce/threshold.c 2 additions, 3 deletionsarch/x86/kernel/cpu/mce/threshold.c
- arch/x86/kernel/idt.c 14 additions, 14 deletionsarch/x86/kernel/idt.c
- arch/x86/kernel/irq_work.c 3 additions, 3 deletionsarch/x86/kernel/irq_work.c
- arch/x86/platform/uv/tlb_uv.c 1 addition, 1 deletionarch/x86/platform/uv/tlb_uv.c
Loading
Please register or sign in to comment