Skip to content

Commit

Permalink
arch/tile: use 0 for IRQ_RESCHEDULE instead of 1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent 664c100 commit cbe2247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/tile/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cbe2247

Please sign in to comment.