13 #include <linux/kernel.h>
14 #include <linux/module.h>
19 static int cpufreq_governor_performance(
struct cpufreq_policy *policy,
25 pr_debug(
"setting to %u kHz because of event %u\n",
36 #ifdef CONFIG_CPU_FREQ_GOV_PERFORMANCE_MODULE
40 .name =
"performance",
41 .governor = cpufreq_governor_performance,
46 static int __init cpufreq_gov_performance_init(
void)
52 static void __exit cpufreq_gov_performance_exit(
void)