From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934565AbXLQV3V (ORCPT ); Mon, 17 Dec 2007 16:29:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932181AbXLQV24 (ORCPT ); Mon, 17 Dec 2007 16:28:56 -0500 Received: from saeurebad.de ([85.214.36.134]:57482 "EHLO saeurebad.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755030AbXLQV2x (ORCPT ); Mon, 17 Dec 2007 16:28:53 -0500 From: Johannes Weiner To: Stephen.Clark@seclark.us Cc: linux-kernel Subject: Re: cpuinfo_cur_freq always max References: <4766B724.7090106@seclark.us> Date: Mon, 17 Dec 2007 22:27:41 +0100 In-Reply-To: <4766B724.7090106@seclark.us> (Stephen Clark's message of "Mon, 17 Dec 2007 12:51:32 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steve, Stephen Clark writes: > But with 2.6.23.8-34.fc7 > /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq > is always the max cpu speed of 1826000. > > While cpuinfo_cur_freq is the max 1826000 /proc/cpuinfo relflects the > correct speed when idle of > 996000 Which governor are you using? ondemand? Hannes