-
- Downloads
x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
Convert KVM specific system vectors to IDTENTRY_SYSVEC*: The two empty stub handlers which only increment the stats counter do no need to run on the interrupt stack. Use IDTENTRY_SYSVEC_SIMPLE for them. The wakeup handler does more work and runs on the interrupt stack. None of these handlers need to save and restore the irq_regs pointer. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Ingo Molnar <mingo@kernel.org> Acked-by:
Paolo Bonzini <pbonzini@redhat.com> Acked-by:
Andy Lutomirski <luto@kernel.org> Link: https://lore.kernel.org/r/20200521202119.555715519@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, 7 deletionsarch/x86/include/asm/entry_arch.h
- arch/x86/include/asm/hw_irq.h 0 additions, 4 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/idtentry.h 6 additions, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/irq.h 0 additions, 3 deletionsarch/x86/include/asm/irq.h
- arch/x86/kernel/idt.c 3 additions, 3 deletionsarch/x86/kernel/idt.c
- arch/x86/kernel/irq.c 6 additions, 18 deletionsarch/x86/kernel/irq.c
Please register or sign in to comment