[PATCH] Disable scheduler debugging

From: Andi Kleen
Date: Sat Jun 05 2004 - 20:36:55 EST



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)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/