From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Graumann Subject: Crusoe and 2.6.1 confusion Date: Fri, 23 Jan 2004 18:07:41 -0800 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040123180741.4e7f8452.johannes_graumann@web.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: 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" To: cpufreq@www.linux.org.uk Hello, I'm trying to optimize my 2.6.1 home grown kernel for my fujitsu life book, which runs from a Transmeta Crusoe processor. I have learned from the debian-laptop list, that this processor doesn't need any Governor or cpufreqd, since it does the job by default. In my .config I have the following flags set: CPU_FREQ X86_LONGRUN CPU_FREQ_DEFAULT_GOV_PERFORMANCE is set as a default - even if the Crusoe doesn't need a Governor, I can't get rid of this. Is this all I need? Will this create the interface that longrun will interact with? Please help the confused! Joh