From: Paolo Ornati <ornati@fastwebnet.it>
To: "Francis Moreau" <francis.moro@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Slower CPU frequency reported by the kernel
Date: Fri, 2 Feb 2007 13:04:08 +0100 [thread overview]
Message-ID: <20070202130408.05212b10@localhost> (raw)
In-Reply-To: <38b2ab8a0702020311o54789ef6xff819dc3b492b005@mail.gmail.com>
On Fri, 2 Feb 2007 12:11:25 +0100
"Francis Moreau" <francis.moro@gmail.com> wrote:
> Hi,
>
> I'm using a PC with AMD 64 3000+ cpu which is theoricaly running at
> 2Ghz. But when looking at /proc/cpuinfo, the kernel reports that it
> runs only at 1Ghz:
>
> # cat /proc/cpuinfo
>
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 15
> model : 12
> model name : AMD Athlon(tm) 64 Processor 3000+
> stepping : 0
> cpu MHz : 1000.000
> cache size : 512 KB
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm
> 3dnowext 3dnow ts fid vid ttp
> bogomips : 2004.89
>
> I tried with a 2.6.20-rc7 kernel and still have the same.
>
> What's going wrong ?
You are using frequency scaling(*) and "/proc/cpuinfo" reflects the
current speed.
(*) =
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
Read "Documentation/cpu-freq/user-guide.txt" for more info.
--
Paolo Ornati
Linux 2.6.20-rc7 on x86_64
next prev parent reply other threads:[~2007-02-02 12:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-02 11:11 Slower CPU frequency reported by the kernel Francis Moreau
2007-02-02 12:04 ` Paolo Ornati [this message]
2007-02-02 13:14 ` Jesper Juhl
2007-02-02 13:48 ` Francis Moreau
2007-02-02 14:03 ` Francis Moreau
2007-02-02 14:20 ` Arjan van de Ven
2007-02-02 15:27 ` Francis Moreau
2007-02-02 14:33 ` Paolo Ornati
2007-02-02 15:31 ` Francis Moreau
2007-02-03 12:19 ` lnx.tmp
2007-02-03 12:42 ` Di, Wu
2007-02-06 18:38 ` Langsdorf, Mark
2007-02-07 10:40 ` Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070202130408.05212b10@localhost \
--to=ornati@fastwebnet.it \
--cc=francis.moro@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.