lkml.org 
[lkml]   [2006]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH -mm] genirq: revert noisyness on spurious interrupts
From
Date
Revert a leftover from the backed out i386 -> genirq conversion. This
led to noisy printk outputs about spurious interrupts. Move it back to
original behaviour. The handling of those spurious interrupts needs more
thought and should be fixed with the full genirq conversion of
i386/x86_64.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Index: linux-2.6.17-mm/kernel/irq/handle.c
===================================================================
--- linux-2.6.17-mm.orig/kernel/irq/handle.c 2006-06-25 23:16:27.000000000 +0200
+++ linux-2.6.17-mm/kernel/irq/handle.c 2006-06-25 23:36:46.000000000 +0200
@@ -149,12 +149,6 @@
struct irqaction *action;
unsigned int status;

- if (unlikely(desc->handle_irq)) {
- desc->handle_irq(irq, desc, regs);
-
- return 1;
- }
-
kstat_this_cpu.irqs[irq]++;
if (CHECK_IRQ_PER_CPU(desc->status)) {
irqreturn_t action_ret;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-06-26 00:11    [W:0.024 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site