From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: Re: [BUG] 2.6.0: ARM won't build without CONFIG_CPU_FREQ_GOV_USERSPACE=y Date: Fri, 26 Dec 2003 10:25:17 +0000 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20031226102517.B8980@flint.arm.linux.org.uk> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: ; from linux@brodo.de on Fri, Dec 26, 2003 at 10:57:54AM +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux@brodo.de Cc: cpufreq@www.linux.org.uk On Fri, Dec 26, 2003 at 10:57:54AM +0100, linux@brodo.de wrote: > IMO this should cause the default governor to be forced to "userspace", > and the deprecated 2.4. API [including cpufreq_get()] to be activated as > well. Well, we can't deprecate "cpufreq_get()" because it is one of the fundamental reasons for the CPUFREQ infrastructure was created. It should be moved out of this file to somewhere it can live permanently rather in a file marked as "deprecated". > However, Kconfig thinks different: the default setting for > CPU_FREQ_DEFAULT_GOV (see drivers/cpufreq/Kconfig) is PERFORMANCE, and > this seems to take precedence over the "select". IMHO this is a Kconfig > bug -- can you notify the maintainer of this issue, please? Will do. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/ 2.6 Serial core