diff options
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/5272/intc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/m68knommu/platform/5272/intc.c b/arch/m68knommu/platform/5272/intc.c index 3cf681c177a..2833909abfe 100644 --- a/arch/m68knommu/platform/5272/intc.c +++ b/arch/m68knommu/platform/5272/intc.c | |||
@@ -137,11 +137,8 @@ static int intc_irq_set_type(unsigned int irq, unsigned int type) | |||
137 | */ | 137 | */ |
138 | static void intc_external_irq(unsigned int irq, struct irq_desc *desc) | 138 | static void intc_external_irq(unsigned int irq, struct irq_desc *desc) |
139 | { | 139 | { |
140 | kstat_incr_irqs_this_cpu(irq, desc); | ||
141 | desc->status |= IRQ_INPROGRESS; | ||
142 | desc->chip->ack(irq); | 140 | desc->chip->ack(irq); |
143 | handle_IRQ_event(irq, desc->action); | 141 | handle_simple_irq(irq, desc); |
144 | desc->status &= ~IRQ_INPROGRESS; | ||
145 | } | 142 | } |
146 | 143 | ||
147 | static struct irq_chip intc_irq_chip = { | 144 | static struct irq_chip intc_irq_chip = { |