Re: Linux v2.5.48

Linus Torvalds (torvalds@transmeta.com)
Mon, 18 Nov 2002 10:59:23 -0800 (PST)


On Mon, 18 Nov 2002, Manfred Spraul wrote:
>
> I think this patch should keep the interrupts disabled until after
> smp_commenced is set. It's partially tested: bochs boots until all cpus
> are up and then crashes.

This patch certainly cannot work: calibrate_delay() needs interrupts.

However, I think it's a mistake to even _try_ to calibrate the delay this
early, so the real fix probably looks something like this together with
moving the calibration to after the CPU is fully initialized.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/