[PATCH] cpufreq: Default governor initialisation before use

2007-12-16 Thread Johannes Weiner
Ensure that the selected default cpufreq governor is initialised before used by the cpufreq driver on boot by using fs_initcall() instead of module_init(). Signed-off-by: Johannes Weiner <[EMAIL PROTECTED]> --- On boot, speedstep_init() calls into cpufreq_gov_dbs(). The driver has not yet been

[PATCH] cpufreq: Default governor initialisation before use

2007-12-16 Thread Johannes Weiner
Ensure that the selected default cpufreq governor is initialised before used by the cpufreq driver on boot by using fs_initcall() instead of module_init(). Signed-off-by: Johannes Weiner [EMAIL PROTECTED] --- On boot, speedstep_init() calls into cpufreq_gov_dbs(). The driver has not yet been