Skip to content

Commit

Permalink
[CPUFREQ] Make acpi-cpufreq unsticky again.
Browse files Browse the repository at this point in the history
This caused suspend/resume regressions.

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Oct 1, 2006
1 parent eed7d41 commit bfeeb0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ static struct cpufreq_driver acpi_cpufreq_driver = {
.name = "acpi-cpufreq",
.owner = THIS_MODULE,
.attr = acpi_cpufreq_attr,
.flags = CPUFREQ_STICKY,
};


Expand All @@ -608,7 +607,7 @@ acpi_cpufreq_init (void)

acpi_cpufreq_early_init_acpi();

return cpufreq_register_driver(&acpi_cpufreq_driver);
return cpufreq_register_driver(&acpi_cpufreq_driver);
}


Expand Down

0 comments on commit bfeeb0f

Please sign in to comment.