Re: [PATCH 3/6] INIT: Limit the number of per cpu calibration bootupmessages

From: Ingo Molnar
Date: Mon Nov 16 2009 - 16:25:23 EST



* Mike Travis <travis@xxxxxxx> wrote:

> --- linux.orig/init/calibrate.c
> +++ linux/init/calibrate.c
> @@ -123,23 +123,26 @@
> {
> unsigned long ticks, loopbit;
> int lps_precision = LPS_PREC;
> + bool boot_cpu = (smp_processor_id() == 0);

this code is shared by other architectures too - are you sure
smp_processor_id()==0 is a proper 'I am the boot CPU' assumption
everywhere?

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