diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:35:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:35:36 +0000 |
commit | e919bd002a7f08d1c893dc3272f1f6332442fc35 (patch) | |
tree | bf2e28836e52b2a82972c338cc244dd12a034fef /target/linux/ifxmips/patches/020-genirq_fix.patch | |
parent | 61527e0b529fa012fc181f64bf3d3a5c48a9cb33 (diff) | |
download | mtk-20170518-e919bd002a7f08d1c893dc3272f1f6332442fc35.zip mtk-20170518-e919bd002a7f08d1c893dc3272f1f6332442fc35.tar.gz mtk-20170518-e919bd002a7f08d1c893dc3272f1f6332442fc35.tar.bz2 |
* drop codebase in favour of lantiq target
SVN-Revision: 25277
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 0503d0d..0000000 --- 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); - |