浏览代码

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>
Chris Metcalf 13 年之前
父节点
当前提交
cbe224705e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/tile/include/asm/irq.h

+ 1 - 1
arch/tile/include/asm/irq.h

@@ -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)