mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] I386: Deactivate the test for the dead CONFIG_BALANCED_IRQ_DEBUG variable.
@ 2007-07-06 12:45 Robert P. J. Day
  2007-07-06 13:55 ` Stefan Richter
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2007-07-06 12:45 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, Stefan Richter


Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c
index 7f8b7af..c7a58f7 100644
--- a/arch/i386/kernel/io_apic.c
+++ b/arch/i386/kernel/io_apic.c
@@ -353,7 +353,7 @@ static void set_ioapic_affinity_irq(unsigned int irq, cpumask_t cpumask)
 # include <linux/slab.h>		/* kmalloc() */
 # include <linux/timer.h>	/* time_after() */

-#ifdef CONFIG_BALANCED_IRQ_DEBUG
+#if 0 /* debug IRQ balancing */
 #  define TDprintk(x...) do { printk("<%ld:%s:%d>: ", jiffies, __FILE__, __LINE__); printk(x); } while (0)
 #  define Dprintk(x...) do { TDprintk(x); } while (0)
 # else
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-06 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-06 12:45 [PATCH] I386: Deactivate the test for the dead CONFIG_BALANCED_IRQ_DEBUG variable Robert P. J. Day
2007-07-06 13:55 ` Stefan Richter
2007-07-06 14:00   ` Robert P. J. Day
2007-07-06 18:29     ` Stefan Richter

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®