mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] powernow-k8: fix incorrect value reported in cpuinfo_cur_freq
@ 2009-06-11 15:26 Naga Chumbalkar
  2009-06-11 15:26 ` [PATCH 1/2] powernow-k8: read P-state from HW Naga Chumbalkar
  2009-06-11 15:26 ` [PATCH 2/2] powernow-k8: get drv data for correct CPU Naga Chumbalkar
  0 siblings, 2 replies; 3+ messages in thread
From: Naga Chumbalkar @ 2009-06-11 15:26 UTC (permalink / raw)
  To: davej
  Cc: Naga Chumbalkar, andreas.herrmann3, linux-kernel, cpufreq,
	mark.langsdorf, trenn

The "cpuinfo_cur_freq" value reported in /sys is incorrect.

For example, on a 1P quad-core AMD platform (cores: 0,1,2,3) if you want the
"cpuinfo_cur_freq" for core2, you will actually get the value for core0. The
bug is apparent when all the cores are not at the same frequency.

Prior to 2.6.27.8, "cpuinfo_cur_freq" used to return the correct value because
query_current_values_with_pending_wait() obtained the P-state for core2 from
HW, and overwrote the "currpstate" for core0 with it.

However, that got broken with the commit:
a266d9f1253a38ec2d5655ebcd6846298b0554f4

This patch fixes the regression by:
- special-casing the AMD erratum 311 (discussed in the above commit) to AMD
Family 11h processors only
- cleaning up the way powernowk8_get() obtains the per-CPU data

 arch/x86/kernel/cpu/cpufreq/powernow-k8.c |   31 +++++++++++-----------------
 1 files changed, 12 insertions(+), 19 deletions(-)

Thanks,
- naga -



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-11 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-11 15:26 [PATCH 0/2] powernow-k8: fix incorrect value reported in cpuinfo_cur_freq Naga Chumbalkar
2009-06-11 15:26 ` [PATCH 1/2] powernow-k8: read P-state from HW Naga Chumbalkar
2009-06-11 15:26 ` [PATCH 2/2] powernow-k8: get drv data for correct CPU Naga Chumbalkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®