Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756537AbYFRWsR (ORCPT ); Wed, 18 Jun 2008 18:48:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753920AbYFRWsG (ORCPT ); Wed, 18 Jun 2008 18:48:06 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:39240 "EHLO vms173005pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753570AbYFRWsF (ORCPT ); Wed, 18 Jun 2008 18:48:05 -0400 Date: Wed, 18 Jun 2008 18:47:49 -0400 (EDT) From: Len Brown Subject: Re: [patch 0/6] AMD C1E aware idle support In-reply-to: <20080610171639.551369443@linutronix.de> X-X-Sender: lenb@localhost.localdomain To: Thomas Gleixner Cc: LKML , Ingo Molnar , Arjan van de Veen , Andreas Herrmann , "Maciej W. Rozycki" Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII References: <20080610171639.551369443@linutronix.de> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1277 Lines: 36 On Thu, 12 Jun 2008, Thomas Gleixner wrote: > AMD CPUs with C1E support are currently excluded from high resolution > timers and NOHZ support. The reason is that C1E is a BIOS controlled > C3 power state which switches off TSC and the local APIC timer. The > ACPI C-State control manages the TSC/local APIC timer wreckage, but > this does not include the C1 based ("halt" instruction) C1E mode. The > BIOS/SMM controlled C1E state works on most systems even without > enabling ACPI C-State control. What a mess. What is the measured power savings that justifies this effort? While I'm okay with platform specific idle states, I'm not okay with the use of therm C1E here. C1E has been shipped for many years on Intel processors and it is completely transparent to the OS. If AMD now has their own C1E and it breaks the OS, please call is something like AMD_C1E to make it totally clear in shared files like process.c that consulting that variable or running that routine on Intel hardware would be a Linux bug. thanks -Len -- 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/