-
- Downloads
x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC
Convert SMP 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.372234635@linutronix.de
Showing
- arch/x86/entry/entry_64.S 0 additions, 7 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/entry_arch.h 0 additions, 4 deletionsarch/x86/include/asm/entry_arch.h
- arch/x86/include/asm/hw_irq.h 0 additions, 5 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/idtentry.h 7 additions, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/traps.h 0 additions, 2 deletionsarch/x86/include/asm/traps.h
- arch/x86/kernel/apic/vector.c 2 additions, 3 deletionsarch/x86/kernel/apic/vector.c
- arch/x86/kernel/idt.c 5 additions, 5 deletionsarch/x86/kernel/idt.c
- arch/x86/kernel/smp.c 7 additions, 11 deletionsarch/x86/kernel/smp.c
Loading
Please register or sign in to comment