Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Nov 2002 13:53:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Nov 2002 13:53:26 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:270 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 18 Nov 2002 13:53:24 -0500 Date: Mon, 18 Nov 2002 10:59:23 -0800 (PST) From: Linus Torvalds To: Manfred Spraul cc: William Lee Irwin III , "Martin J. Bligh" , Subject: Re: Linux v2.5.48 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 753 Lines: 20 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/