Re: [PATCH] cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()

2013-01-31 Thread Viresh Kumar
On 1 February 2013 11:12, Viresh Kumar wrote: > Currently, whenever governor->governor() is called for CPUFRREQ_GOV_START > event > we reset few tunables of governor. Which isn't correct, as this routine is > called for every cpu hot-[un]plugging event. We should actually be resetting > these onl

[PATCH] cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()

2013-01-31 Thread Viresh Kumar
Currently, whenever governor->governor() is called for CPUFRREQ_GOV_START event we reset few tunables of governor. Which isn't correct, as this routine is called for every cpu hot-[un]plugging event. We should actually be resetting these only when the governor module is removed and re-installed. S