projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ba6372317c6dfb03e74717639fd635443367c649
[openwrt.git]
/
target
/
linux
/
ifxmips
/
patches-2.6.27
/
200-genirq_fix.patch
1
--- a/kernel/irq/chip.c
2
+++ b/kernel/irq/chip.c
3
@@ -526,6 +526,9 @@ handle_percpu_irq(unsigned int irq, stru
4
5
kstat_this_cpu.irqs[irq]++;
6
7
+ if (unlikely(!desc->action || (desc->status & IRQ_DISABLED)))
8
+ return;
9
+
10
if (desc->chip->ack)
11
desc->chip->ack(irq);
12
This page took
0.039391 seconds
and
3
git commands to generate.