projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
x86/geos: redux of cs5535 version
[openwrt.git]
/
target
/
linux
/
lantiq
/
patches
/
020-genirq_fix.patch
diff --git
a/target/linux/lantiq/patches/020-genirq_fix.patch
b/target/linux/lantiq/patches/020-genirq_fix.patch
index
0503d0d
..
ebb369f
100644
(file)
--- a/
target/linux/lantiq/patches/020-genirq_fix.patch
+++ b/
target/linux/lantiq/patches/020-genirq_fix.patch
@@
-1,12
+1,12
@@
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
-@@ -6
50,6 +650,9 @@ handle_percpu_irq(unsigned int irq, stru
+@@ -6
78,6 +678,9 @@
kstat_incr_irqs_this_cpu(irq, desc);
+ if (unlikely(!desc->action || (desc->status & IRQ_DISABLED)))
+ return;
+
kstat_incr_irqs_this_cpu(irq, desc);
+ if (unlikely(!desc->action || (desc->status & IRQ_DISABLED)))
+ return;
+
- if (desc->
chip->
ack)
- desc->
chip->ack(irq
);
+ if (desc->
irq_data.chip->irq_
ack)
+ desc->
irq_data.chip->irq_ack(&desc->irq_data
);
This page took
0.02649 seconds
and
4
git commands to generate.