public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable scheduler debugging
@ 2004-06-06  1:32 Andi Kleen
  2004-06-06  5:53 ` Ingo Molnar
  0 siblings, 1 reply; 7+ messages in thread
From: Andi Kleen @ 2004-06-06  1:32 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


The domain scheduler spews out a lot of information at boot up, but it looks
mostly redundant because it's just a transformation of what is in /proc/cpuinfo
anyways. Also it is well tested now. Disable it.

diff -u linux/kernel/sched.c-o linux/kernel/sched.c
--- linux/kernel/sched.c-o	2004-06-01 19:19:58.000000000 +0200
+++ linux/kernel/sched.c	2004-06-01 19:26:56.000000000 +0200
@@ -3641,7 +3641,7 @@
 #endif /* CONFIG_NUMA_SCHED */
 #endif /* ARCH_HAS_SCHED_DOMAIN */
 
-#define SCHED_DOMAIN_DEBUG
+#undef SCHED_DOMAIN_DEBUG
 #ifdef SCHED_DOMAIN_DEBUG
 void sched_domain_debug(void)
 {

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

end of thread, other threads:[~2004-06-06 23:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-06  1:32 [PATCH] Disable scheduler debugging Andi Kleen
2004-06-06  5:53 ` Ingo Molnar
2004-06-06 16:24   ` Jeff Garzik
2004-06-06 21:46     ` Zwane Mwaikambo
2004-06-06 21:55       ` Jeff Garzik
2004-06-06 21:55         ` Randy.Dunlap
2004-06-06 22:57     ` David Lang

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