diff options
| -rw-r--r-- | arch/x86/kernel/cpu/cpufreq/longrun.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/longrun.c b/arch/x86/kernel/cpu/cpufreq/longrun.c index 77945bfbded2..d9f51367666b 100644 --- a/arch/x86/kernel/cpu/cpufreq/longrun.c +++ b/arch/x86/kernel/cpu/cpufreq/longrun.c  | |||
| @@ -35,7 +35,7 @@ static unsigned int longrun_low_freq, longrun_high_freq; | |||
| 35 | * Reads the current LongRun policy by access to MSR_TMTA_LONGRUN_FLAGS | 35 | * Reads the current LongRun policy by access to MSR_TMTA_LONGRUN_FLAGS | 
| 36 | * and MSR_TMTA_LONGRUN_CTRL | 36 | * and MSR_TMTA_LONGRUN_CTRL | 
| 37 | */ | 37 | */ | 
| 38 | static void __init longrun_get_policy(struct cpufreq_policy *policy) | 38 | static void __cpuinit longrun_get_policy(struct cpufreq_policy *policy) | 
| 39 | { | 39 | { | 
| 40 | u32 msr_lo, msr_hi; | 40 | u32 msr_lo, msr_hi; | 
| 41 | 41 | ||
