Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48626
b: refs/heads/master
c: 58389a8
h: refs/heads/master
v: v3
  • Loading branch information
Joachim Deguara authored and Dave Jones committed Feb 3, 2007
1 parent 60e3dbb commit 5826fa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14796722839ee50ed2a2c7a6a135e7d0888aaada
refs/heads/master: 58389a86df48ff927846df9537ea34d9961b5c44
6 changes: 5 additions & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,11 @@ static unsigned int powernowk8_get (unsigned int cpu)
if (query_current_values_with_pending_wait(data))
goto out;

khz = find_khz_freq_from_fid(data->currfid);
if (cpu_family == CPU_HW_PSTATE)
khz = find_khz_freq_from_fiddid(data->currfid, data->currdid);
else
khz = find_khz_freq_from_fid(data->currfid);


out:
set_cpus_allowed(current, oldmask);
Expand Down

0 comments on commit 5826fa6

Please sign in to comment.