Gentoo Archives: gentoo-user

From: "Fatih Tümen" <fthtmn+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Varying clocks freqs of CPU ?
Date: Thu, 25 Nov 2010 20:52:07
Message-Id: AANLkTi=RRzuVnyC2hU1yRq5Wix+SOh26sh86_d17BkJC@mail.gmail.com
In Reply to: Re: [gentoo-user] Varying clocks freqs of CPU ? by Stroller
1 On Thu, Nov 25, 2010 at 21:51, Stroller <stroller@××××××××××××××××××.uk> wrote:
2 >
3 > On 25/11/2010, at 1:24pm, App Deb wrote:
4 >> On Wed, Nov 24, 2010 at 7:00 PM,  <meino.cramer@×××.de> wrote:
5 >>>
6 >>>  new features, new problems...
7 >>>  Recent multi-core CPUs modify the clock freqs of their core
8 >>>  if only a subset of all cores are used.
9 >>>
10 >>>  Are their any CONFIGs need to be set in the linux kernel to
11 >>>  guarantee a stable system running those kind of CPUs ?
12 >>>
13 >>>  Thank you very much in advance for any help!
14 >>
15 >> Most Intel CPUs need: CONFIG_X86_ACPI_CPUFREQ
16 >>
17 >> All AMD CPUs need: CONFIG_X86_POWERNOW_K8
18 >>
19 >> enabled in the kernel.
20 >>
21 >> And after that you need to install and enable/run the cpufrequtils daemon.
22 >
23 > How does one determine whether one's CPU supports this, please?
24 >
25 > Stroller.
26 >
27 >
28 >
29
30 Doc for this is located at /usr/src/linux/Documentation/cpu-freq/
31
32 Speaking of my case, I first get to know my cpu looking at
33 /proc/cpuinfo and then grep the doc directory.
34
35 # grep Sempron /usr/src/linux/Documentation/cpu-freq/*
36 /usr/src/linux/Documentation/cpu-freq/amd-powernow.txt:8th Generation:
37 powernow-k8: Athlon, Athlon 64,
38
39 which tells me to select powernow-k8. powetnow-k7, for instance, wont
40 work. But for Intel I *guess* acpi-intel is the one.
41 --
42    Fatih