On 02-03-16, 03:10, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > > Move abstract code related to struct gov_tunables to a separate (new) > file so it can be shared with (future) goverernors that won't share > more code with "ondemand" and "conservative". > > No intentional functional changes. > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > --- > drivers/cpufreq/Kconfig | 4 + > drivers/cpufreq/Makefile | 1 > drivers/cpufreq/cpufreq_governor.c | 82 --------------------------- > drivers/cpufreq/cpufreq_governor.h | 6 ++ > drivers/cpufreq/cpufreq_governor_tunables.c | 84 ++++++++++++++++++++++++++++ These aren't governor tunables, isn't it? Tunables were the fields that could be tuned, but this is something else. -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html