Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758259AbXL3Vpk (ORCPT ); Sun, 30 Dec 2007 16:45:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751120AbXL3Vpd (ORCPT ); Sun, 30 Dec 2007 16:45:33 -0500 Received: from terminus.zytor.com ([198.137.202.10]:55042 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012AbXL3Vpc (ORCPT ); Sun, 30 Dec 2007 16:45:32 -0500 Message-ID: <4778113A.4080801@zytor.com> Date: Sun, 30 Dec 2007 13:44:26 -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> <477805F1.4070201@zytor.com> <20071230210007.GA3136@elte.hu> In-Reply-To: <20071230210007.GA3136@elte.hu> Content-Type: text/plain; charset=us-ascii; 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: 664 Lines: 24 Ingo Molnar wrote: >>> >> 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. > > ok. Like the patch below? > Don't need the cli; we're already running with interrupts disabled. I'd do: while (1) asm volatile("hlt"); ... mostly on general principles. -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/