Bug 148206 - Should implement command line option to disable cpufreq
Summary: Should implement command line option to disable cpufreq
Status: VERIFIED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 3
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: Beta 3.5internal
Assignee: Forgotten User ZhJd0F0L3x
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 07:37 UTC by Andreas Kleen
Modified: 2007-06-05 11:20 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kleen 2006-02-04 07:37:13 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.
Comment 1 Forgotten User ZhJd0F0L3x 2006-02-04 20:43:34 UTC
This is a good idea IMO, i'll take care of implementing it.
Comment 2 Forgotten User ZhJd0F0L3x 2006-02-13 21:26:09 UTC
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 ;-)
Comment 3 Andreas Kleen 2006-02-13 21:28:21 UTC
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.
Comment 4 Forgotten User ZhJd0F0L3x 2006-02-13 21:35:48 UTC
I tried. See bug #150613.
Comment 5 Andreas Kleen 2006-02-13 21:43:34 UTC
Thank you.