projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373a64d
)
cosmetic fix for irq error messages
author
Mike Baker
<mbm@openwrt.org>
Thu, 22 Jun 2006 22:32:51 +0000
(22:32 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 22 Jun 2006 22:32:51 +0000
(22:32 +0000)
SVN-Revision: 4050
openwrt/target/linux/aruba-2.6/patches/002-irq.patch
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/aruba-2.6/patches/002-irq.patch
b/openwrt/target/linux/aruba-2.6/patches/002-irq.patch
index 6ddc154ac95ad082d59a2b85e3c3ce922f2dd7e7..101ed78a55acaafe1049ee15cac274004d36d669 100644
(file)
--- a/
openwrt/target/linux/aruba-2.6/patches/002-irq.patch
+++ b/
openwrt/target/linux/aruba-2.6/patches/002-irq.patch
@@
-366,7
+366,7
@@
diff -Nur linux-2.6.17/arch/mips/aruba/irq.c linux-2.6.17-openwrt/arch/mips/arub
+ unsigned long cp0_cause = read_c0_cause() & read_c0_status() & CAUSEF_IP;
+
+ if (cp0_cause & CAUSEF_IP7)
-+ aruba_timer_interrupt(regs);
++
return
aruba_timer_interrupt(regs);
+
+ if(cp0_cause == 0) {
+ printk("INTERRUPT(S) FIRED WHILE MASKED\n");