Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758100AbXL3U5i (ORCPT ); Sun, 30 Dec 2007 15:57:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754735AbXL3U5b (ORCPT ); Sun, 30 Dec 2007 15:57:31 -0500 Received: from terminus.zytor.com ([198.137.202.10]:43108 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754446AbXL3U5a (ORCPT ); Sun, 30 Dec 2007 15:57:30 -0500 Message-ID: <477805F1.4070201@zytor.com> Date: Sun, 30 Dec 2007 12:56:17 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Ingo Molnar CC: Bodo Eggert <7eggert@gmx.de>, Alan Cox , Linus Torvalds , Rene Herman , dpreed@reed.com, Islam Amer , Pavel Machek , Ingo Molnar , Andi Kleen , Thomas Gleixner , Linux Kernel Subject: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override References: <9FXbU-3M4-11@gated-at.bofh.it> <9G2Om-4hg-1@gated-at.bofh.it> <9G7O3-3O2-7@gated-at.bofh.it> <9G8qN-4TX-13@gated-at.bofh.it> <20071230181004.GA21968@elte.hu> In-Reply-To: <20071230181004.GA21968@elte.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 825 Lines: 22 Ingo Molnar wrote: > * Bodo Eggert <7eggert@gmx.de> wrote: > >> BTW: The error function in >> linux-2.6.23/arch/i386/boot/compressed/misc.c uses while(1) without >> cpu_relax() in order to halt the machine. Is this fixed? Should it be >> fixed? > > this is early bootup so there's no need to be "nice" to other cores or > sockets - none of them are really running. > It probably should actually HLT, to avoid sucking power, and stressing the thermal system. We're dead at this point, and the early 486's which had problems with HLT will lock up - we don't care. -hpa -- 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/