Commit 887c8014 authored by Jesse Barnes's avatar Jesse Barnes Committed by Linus Torvalds

[PATCH] don't print per-cpu delay loop calibration

People are mainly concerned with showing off their total bogomips, not
per-cpu bogomips, so turn it into a KERN_DEBUG message for the benefit of
systems with lots of CPUs.
Signed-off-by: default avatarJesse Barnes <jbarnes@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f22f9ade
......@@ -222,7 +222,7 @@ void __devinit calibrate_delay(void)
} else {
loops_per_jiffy = (1<<12);
printk("Calibrating delay loop... ");
printk(KERN_DEBUG "Calibrating delay loop... ");
while ((loops_per_jiffy <<= 1) != 0) {
/* wait for "start of" clock tick */
ticks = jiffies;
......
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