Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 interrupt updates from Thomas Gleixner: "A small set of changes to simplify and improve the interrupt handling in do_IRQ() by moving the common case into common code and thereby cleaning it up" * 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/irq: Check for VECTOR_UNUSED directly x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code x86/irq: Improve definition of VECTOR_SHUTDOWN et al
No related branches found
No related tags found
Showing
- arch/x86/include/asm/hw_irq.h 2 additions, 2 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/irq.h 1 addition, 1 deletionarch/x86/include/asm/irq.h
- arch/x86/kernel/irq.c 7 additions, 3 deletionsarch/x86/kernel/irq.c
- arch/x86/kernel/irq_32.c 1 addition, 6 deletionsarch/x86/kernel/irq_32.c
- arch/x86/kernel/irq_64.c 0 additions, 9 deletionsarch/x86/kernel/irq_64.c
Please register or sign in to comment