Bugzilla – Bug 148206
Should implement command line option to disable cpufreq
Last modified: 2007-06-05 11:20:33 UTC
We have a few bugs again that are triggered by powersaved or powersaved triggering hardware bugs. To give these users an easier workaround I would propose to implement a nocpufreq command line option. The powersaved init script should check /proc/cmdline and if it has nopowersaved don't load any of the cpufreq modules.
This is a good idea IMO, i'll take care of implementing it.
we now obey POWERSAVE=off in the start script which is given to us as an environment variable by init, so no need to check /proc/cmdline ;-)
Thanks. But can you please make sure it's documented in the bootloader online help and perhaps in the release notes? People need to know about this.
I tried. See bug #150613.
Thank you.