mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -mm] genirq: revert noisyness on spurious interrupts
@ 2006-06-25 22:10 Thomas Gleixner
  0 siblings, 0 replies; only message in thread
From: Thomas Gleixner @ 2006-06-25 22:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, Ingo Molnar

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;




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-25 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-25 22:10 [PATCH -mm] genirq: revert noisyness on spurious interrupts Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®