From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753441AbXC2NQ5 (ORCPT ); Thu, 29 Mar 2007 09:16:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753447AbXC2NQ4 (ORCPT ); Thu, 29 Mar 2007 09:16:56 -0400 Received: from cantor.suse.de ([195.135.220.2]:43647 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753441AbXC2NQ4 (ORCPT ); Thu, 29 Mar 2007 09:16:56 -0400 To: Len Brown Cc: Linus Torvalds , william.morrow@amd.com, jordan.crouse@amd.com, Thomas Gleixner , Pavel Machek , Ingo Molnar , "Eric W. Biederman" , Nick Piggin , Mingming Cao , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , Michal Piotrowski , Mariusz Kozlowski , Oliver Pinter , Sid Boyce , Nick Piggin , Jens Axboe , Thomas Renninger Subject: Re: [PATCH] i386: add command line option "local_apic_timer_c2_ok" References: <200703271816.33868.lenb@kernel.org> <200703272218.50531.lenb@kernel.org> From: Andi Kleen Date: 29 Mar 2007 16:15:28 +0200 In-Reply-To: <200703272218.50531.lenb@kernel.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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 Len Brown writes: > On an Intel processor, it seems that the safe and simple route > is if the system exports C2 or deeper, don't use the LAPIC timer. > (which is what 2.6.21-rc5 is doing as of this moment) > We may be able to white-list some systems over time. On AMD it is the same, except that there seems to be at least one system that does C2 like things while only exporting C1. That is why i proposed to check for a battery too -- if there is one always disable it too. -Andi