Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbe22470 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 664c100b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#define NR_IRQS 32

/* IRQ numbers used for linux IPIs. */
#define IRQ_RESCHEDULE 1
#define IRQ_RESCHEDULE 0

#define irq_canonicalize(irq)   (irq)