aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/patches/020-genirq_fix.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-01 14:35:36 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-01 14:35:36 +0000
commit27867e06a65143a61a2b43959c82bdfc1fa48ac6 (patch)
tree01eb0ccf485a6841881c9eebf29f636382facdc6 /target/linux/ifxmips/patches/020-genirq_fix.patch
parentfa74505585403821207590bfec67c5886b6d216f (diff)
downloadupstream-27867e06a65143a61a2b43959c82bdfc1fa48ac6.tar.gz
upstream-27867e06a65143a61a2b43959c82bdfc1fa48ac6.tar.bz2
upstream-27867e06a65143a61a2b43959c82bdfc1fa48ac6.zip
[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.patch12
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 0503d0d2ac..0000000000
--- 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);
-