Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/tile: use 0 for IRQ_RESCHEDULE instead of 1

This avoids assigning IRQ 0 to PCI devices, because we've seen that
doesn't always work well.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

+1 -1
+1 -1
arch/tile/include/asm/irq.h
··· 21 21 #define NR_IRQS 32 22 22 23 23 /* IRQ numbers used for linux IPIs. */ 24 - #define IRQ_RESCHEDULE 1 24 + #define IRQ_RESCHEDULE 0 25 25 26 26 #define irq_canonicalize(irq) (irq) 27 27