projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664c100
)
arch/tile: use 0 for IRQ_RESCHEDULE instead of 1
author
Chris Metcalf
<cmetcalf@tilera.com>
Tue, 27 Mar 2012 19:21:00 +0000
(15:21 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:00:16 +0000
(12:00 -0400)
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>
arch/tile/include/asm/irq.h
patch
|
blob
|
history
diff --git
a/arch/tile/include/asm/irq.h
b/arch/tile/include/asm/irq.h
index f80f8ceabc67abd6ef57fce76cb1a224f53204c8..33cff9a3058b02ebb2104ab04bcc85741ec83e0d 100644
(file)
--- a/
arch/tile/include/asm/irq.h
+++ b/
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)