Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233766
b: refs/heads/master
c: a536b12
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Mar 1, 2011
1 parent 1b14a8e commit 2fc844a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ac818314499b707a97690d5ee835e6ba40a407c1
refs/heads/master: a536b126f211bdf9a0eecce0d403a26900d2106c
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,14 +1556,14 @@ static int __cpuinit powernowk8_init(void)

cpb_capable = true;

register_cpu_notifier(&cpb_nb);

msrs = msrs_alloc();
if (!msrs) {
printk(KERN_ERR "%s: Error allocating msrs!\n", __func__);
return -ENOMEM;
}

register_cpu_notifier(&cpb_nb);

rdmsr_on_cpus(cpu_online_mask, MSR_K7_HWCR, msrs);

for_each_cpu(cpu, cpu_online_mask) {
Expand Down

0 comments on commit 2fc844a

Please sign in to comment.