From owner-freebsd-current@FreeBSD.ORG Tue Jun 22 21:34:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F146316A4CE; Tue, 22 Jun 2004 21:34:29 +0000 (GMT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FD843D3F; Tue, 22 Jun 2004 21:34:29 +0000 (GMT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) i5MLYQx7041829; Tue, 22 Jun 2004 14:34:26 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9p2/8.12.9/Submit) id i5MLYQ9O041828; Tue, 22 Jun 2004 14:34:26 -0700 (PDT) (envelope-from dillon) Date: Tue, 22 Jun 2004 14:34:26 -0700 (PDT) From: Matthew Dillon Message-Id: <200406222134.i5MLYQ9O041828@apollo.backplane.com> To: John Baldwin References: <200406172333.i5HNXDpd010136@apollo.backplane.com> <200406221708.32433.jhb@FreeBSD.org> cc: current@FreeBSD.org cc: Julian Elischer Subject: Re: STI, HLT in acpi_cpu_idle_c1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 21:34:30 -0000 : :On Thursday 17 June 2004 07:33 pm, Matthew Dillon wrote: :> It kinda sounds like ACPI has bokered the other cpus. I'm not sure :> why one would even *want* to use ACPI to idle down Xeon's in an MP :> system, actually :-) : :Power and heat savings. : :-- :John Baldwin <>< http://www.FreeBSD.org/~jhb/ All well and nice, but if you want power and heat savings you don't purchase a big honking SMP box in the first place. This sounds like a disaster waiting to happen to me. ACPI barely works on UP systems, there is no way I would ever trust it to properly HLT or otherwise screw around with the cpu timing on an SMP system. HLT is plenty good enough. IMHO this type of feature is not something that should be turned on by default on SMP. -Matt Matthew Dillon