diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-06-22 22:32:51 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-06-22 22:32:51 +0000 |
| commit | a05b20431385952f5b2ab3a7b99d0202c1452d90 (patch) | |
| tree | 19374b12f46f61222fbd427bf343645081982079 /openwrt/target/linux | |
| parent | 373a64d3f784fff0f816d77d68ca0f3abfc16fa8 (diff) | |
| download | mtk-20170518-a05b20431385952f5b2ab3a7b99d0202c1452d90.zip mtk-20170518-a05b20431385952f5b2ab3a7b99d0202c1452d90.tar.gz mtk-20170518-a05b20431385952f5b2ab3a7b99d0202c1452d90.tar.bz2 | |
cosmetic fix for irq error messages
SVN-Revision: 4050
Diffstat (limited to 'openwrt/target/linux')
| -rw-r--r-- | openwrt/target/linux/aruba-2.6/patches/002-irq.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 6ddc154..101ed78 100644 --- 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"); |
