Re: [tip:x86/trampoline] x86, trampoline: Common infrastructure forlow memory trampolines

From: Tony Luck
Date: Tue Aug 23 2011 - 15:05:31 EST


On Thu, Feb 17, 2011 at 9:19 PM, tip-bot for H. Peter Anvin
<hpa@xxxxxxxxxxxxxxx> wrote:
> +       printk(KERN_DEBUG "smpboot cpu %d: start_ip = %lx\n", cpu, start_ip);
> +

This is kind of noisy on a large system:

Booting Node 0, Processors #1
smpboot cpu 1: start_ip = 96000
#2
smpboot cpu 2: start_ip = 96000
#3
smpboot cpu 3: start_ip = 96000
#4
smpboot cpu 4: start_ip = 96000
#5
smpboot cpu 5: start_ip = 96000
... continues for every cpu ...

and doesn't really look all that useful. Can we drop it?

-Tony
--
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/