]> git.baikalelectronics.ru Git - kernel.git/commit
[ACPI] Always set P-state on initialization
authorDominik Brodowski <linux@dominikbrodowski.net>
Wed, 18 May 2005 17:49:00 +0000 (13:49 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 29 Jul 2005 22:29:47 +0000 (18:29 -0400)
commit52b874d8a58074463ee829e7f797e74a49682f63
tree009012415e7c04e7f864935da286b74d2e1d0f3d
parent4515d931dcaf22ffef94de20235c54bc7c28cb47
[ACPI] Always set P-state on initialization

Otherwise a platform that supports ACPI based cpufreq
and boots up at lowest possible speed could stay there
forever.  This because the governor may request max speed,
but the code doesn't update if there is no change in
speed, and it assumed the initial state of max speed.

http://bugzilla.kernel.org/show_bug.cgi?id=4634

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c