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:
497d2ad
)
[MIPS] Alchemy: Add au1500 reserved interrupt
author
bruno randolf
<br1@einfach.org>
Fri, 6 Jun 2008 14:42:03 +0000
(16:42 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 16 Jun 2008 14:14:46 +0000
(15:14 +0100)
In the conversion done in the commits
95c4eb3ef4484ca85da5c98780d358cffd546b90
9d360ab4a7568a8d177280f651a8a772ae52b9b9
[MIPS] Alchemy: Renumber interrupts so irq_cpu can work.
one reserved interrupt on au1500 was missed. this broke the au1000 ethernet
driver.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mach-au1x00/au1000.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/mach-au1x00/au1000.h
b/include/asm-mips/mach-au1x00/au1000.h
index 1b5064dac0073171c36b0f867ae8b6ad652bdbd9..0d302bad44922f3831a2d7064b7bea39da3061f1 100644
(file)
--- a/
include/asm-mips/mach-au1x00/au1000.h
+++ b/
include/asm-mips/mach-au1x00/au1000.h
@@
-615,6
+615,7
@@
enum soc_au1500_ints {
AU1000_RTC_MATCH1_INT,
AU1000_RTC_MATCH2_INT,
AU1500_PCI_ERR_INT,
+ AU1500_RESERVED_INT,
AU1000_USB_DEV_REQ_INT,
AU1000_USB_DEV_SUS_INT,
AU1000_USB_HOST_INT,