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

From: H. Peter Anvin
Date: Tue Aug 23 2011 - 15:13:37 EST


On 08/23/2011 12:05 PM, Tony Luck wrote:
> 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?
>

Right, there haven't been any issues with this so we can just drop it.

-hpa


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