Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757659AbXERQB1 (ORCPT ); Fri, 18 May 2007 12:01:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755435AbXERQBU (ORCPT ); Fri, 18 May 2007 12:01:20 -0400 Received: from mx1.redhat.com ([66.187.233.31]:50465 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755135AbXERQBU (ORCPT ); Fri, 18 May 2007 12:01:20 -0400 Date: Fri, 18 May 2007 12:01:08 -0400 From: Dave Jones To: Ed Sweetman Cc: Joshua Hoblitt , Duane Griffin , Prakash Punnoor , LKML , Daniel Drake Subject: Re: [PATCH] Kconfig powernow-k8 driver should depend on ACPI P-States driver Message-ID: <20070518160108.GA28021@redhat.com> Mail-Followup-To: Dave Jones , Ed Sweetman , Joshua Hoblitt , Duane Griffin , Prakash Punnoor , LKML , Daniel Drake References: <20070516011711.GE15763@ifa.hawaii.edu> <200705162039.02379.prakash@punnoor.de> <20070516204807.GA23751@redhat.com> <20070518030436.GB20793@ifa.hawaii.edu> <464D2702.1060001@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464D2702.1060001@comcast.net> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1287 Lines: 38 On Fri, May 18, 2007 at 12:09:38AM -0400, Ed Sweetman wrote: > the previous post i keep referring you to has a patch that was mangled > ...here is the non-mangled version > > --- ./linux-backup/arch/x86_64/kernel/cpufreq/Kconfig 2007-02-04 > 13:44:54.000000000 -0500 > +++ ./linux-2.6.21-rc5-mm2/arch/x86_64/kernel/cpufreq/Kconfig > 2007-05-17 18:13:07.000000000 -0400 > @@ -10,20 +10,27 @@ > > comment "CPUFreq processor drivers" > > -config X86_POWERNOW_K8 > +config X86_POWERNOW_K8 > tristate "AMD Opteron/Athlon64 PowerNow!" still has unnecessary whitespace changes > select CPU_FREQ_TABLE > help > This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 > processors. > + An acpi interface is available if acpi support has been selected. > + This is required for multi-socket and other systems but not > necessarily required for UP single socket systems. and still wordwrapped. (also capitalise ACPI) Dave -- http://www.codemonkey.org.uk - 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/