projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't try to create mtd partitions on bcm947xx when the trx header is not found ...
[openwrt.git]
/
target
/
linux
/
aruba-2.6
/
patches
/
002-irq.patch
diff --git
a/target/linux/aruba-2.6/patches/002-irq.patch
b/target/linux/aruba-2.6/patches/002-irq.patch
index
6ddc154
..
101ed78
100644
(file)
--- a/
target/linux/aruba-2.6/patches/002-irq.patch
+++ b/
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)
+ 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");
+
+ if(cp0_cause == 0) {
+ printk("INTERRUPT(S) FIRED WHILE MASKED\n");
This page took
0.02528 seconds
and
4
git commands to generate.