Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45191
b: refs/heads/master
c: 76ff28c
h: refs/heads/master
i:
  45189: d799ba0
  45187: 9b2ca0c
  45183: d240423
v: v3
  • Loading branch information
Guillaume Chazarain authored and Dave Jones committed Jan 3, 2007
1 parent dff558f commit f1c45a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24ebead82bbf9785909d4cf205e2df5e9ff7da32
refs/heads/master: 76ff28c941e73a0de0db12bd5009124e8dc010e7
1 change: 1 addition & 0 deletions trunk/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ static int acpi_cpufreq_target(struct cpufreq_policy *policy,
msr =
(u32) perf->states[next_perf_state].
control & INTEL_MSR_RANGE;
cmd.val = get_cur_val(online_policy_cpus);
cmd.val = (cmd.val & ~INTEL_MSR_RANGE) | msr;
break;
case SYSTEM_IO_CAPABLE:
Expand Down

0 comments on commit f1c45a5

Please sign in to comment.