Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5515
b: refs/heads/master
c: 4b31e77
h: refs/heads/master
i:
  5513: 7a16401
  5511: 7d3ce7a
v: v3
  • Loading branch information
Dominik Brodowski authored and Len Brown committed Jul 29, 2005
1 parent 88dc1a9 commit 66268bd
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 45bea1555f5bf0cd5871b208b4b02d188f106861
refs/heads/master: 4b31e77455b868b43e665edceb111c9a330c8e0f
7 changes: 7 additions & 0 deletions trunk/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,13 @@ acpi_cpufreq_cpu_init (
(u32) data->acpi_data.states[i].transition_latency);

cpufreq_frequency_table_get_attr(data->freq_table, policy->cpu);

/*
* the first call to ->target() should result in us actually
* writing something to the appropriate registers.
*/
data->resume = 1;

return (result);

err_freqfree:
Expand Down

0 comments on commit 66268bd

Please sign in to comment.