diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 14:35:36 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 14:35:36 +0000 |
commit | 19dd812e30738975cdcae52e47bfefb741a93d8d (patch) | |
tree | 01eb0ccf485a6841881c9eebf29f636382facdc6 /target/linux/ifxmips/patches/020-genirq_fix.patch | |
parent | edd6adae2e68d79c8df7be3dd886f18893f27dc3 (diff) |
[ifxmips]
* drop codebase in favour of lantiq target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25277 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/patches/020-genirq_fix.patch')
-rw-r--r-- | target/linux/ifxmips/patches/020-genirq_fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ifxmips/patches/020-genirq_fix.patch b/target/linux/ifxmips/patches/020-genirq_fix.patch deleted file mode 100644 index 0503d0d2a..000000000 --- a/target/linux/ifxmips/patches/020-genirq_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/kernel/irq/chip.c -+++ b/kernel/irq/chip.c -@@ -650,6 +650,9 @@ handle_percpu_irq(unsigned int irq, stru - - kstat_incr_irqs_this_cpu(irq, desc); - -+ if (unlikely(!desc->action || (desc->status & IRQ_DISABLED))) -+ return; -+ - if (desc->chip->ack) - desc->chip->ack(irq); - |