Commit f1efeafd authored by Jesse Barnes's avatar Jesse Barnes Committed by Linus Torvalds

[PATCH] disable sched domains debug code

This disables the sched domains debug code, which has a tendency to
print out a *lot* of information.  It's helpful for debugging, but a bit
overboard for general use.  Also, if you have a high NR_CPUS value, it
tends to scare people and overflow the dmesg buffer.
Signed-off-by: default avatarNick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: default avatarJesse Barnes <jbarnes@sgi.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0dd3a3bc
......@@ -4577,7 +4577,7 @@ __init static void arch_init_sched_domains(void)
}
}
#define SCHED_DOMAIN_DEBUG
#undef SCHED_DOMAIN_DEBUG
#ifdef SCHED_DOMAIN_DEBUG
void sched_domain_debug(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment