Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84013
b: refs/heads/master
c: 4ae5c49
h: refs/heads/master
i:
  84011: c73c1ca
v: v3
  • Loading branch information
Yinghai Lu authored and Dave Jones committed Feb 7, 2008
1 parent b52f805 commit 53b35da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 9e76988e9390a4ff4d171f690586d0c58186b47e
refs/heads/master: 4ae5c49ffe93a36e8f6140db069b4126289020c1
5 changes: 2 additions & 3 deletions trunk/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,9 @@ static void print_basics(struct powernow_k8_data *data)
for (j = 0; j < data->numps; j++) {
if (data->powernow_table[j].frequency != CPUFREQ_ENTRY_INVALID) {
if (cpu_family == CPU_HW_PSTATE) {
printk(KERN_INFO PFX " %d : fid 0x%x did 0x%x (%d MHz)\n",
printk(KERN_INFO PFX " %d : pstate %d (%d MHz)\n",
j,
(data->powernow_table[j].index & 0xff00) >> 8,
(data->powernow_table[j].index & 0xff0000) >> 16,
data->powernow_table[j].index,
data->powernow_table[j].frequency/1000);
} else {
printk(KERN_INFO PFX " %d : fid 0x%x (%d MHz), vid 0x%x\n",
Expand Down

0 comments on commit 53b35da

Please sign in to comment.