diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index d004e073b479..504c6c9107d5 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
@@ -87,6 +87,7 @@ static int clock_ratio[32]; | |||
87 | static int eblcr_table[32]; | 87 | static int eblcr_table[32]; |
88 | static int longhaul_version; | 88 | static int longhaul_version; |
89 | static struct cpufreq_frequency_table *longhaul_table; | 89 | static struct cpufreq_frequency_table *longhaul_table; |
90 | static unsigned int old_ratio = -1; | ||
90 | 91 | ||
91 | #ifdef CONFIG_CPU_FREQ_DEBUG | 92 | #ifdef CONFIG_CPU_FREQ_DEBUG |
92 | static char speedbuffer[8]; | 93 | static char speedbuffer[8]; |
@@ -251,7 +252,6 @@ static void longhaul_setstate(unsigned int clock_ratio_index) | |||
251 | { | 252 | { |
252 | int speed, mult; | 253 | int speed, mult; |
253 | struct cpufreq_freqs freqs; | 254 | struct cpufreq_freqs freqs; |
254 | static unsigned int old_ratio=-1; | ||
255 | unsigned long flags; | 255 | unsigned long flags; |
256 | unsigned int pic1_mask, pic2_mask; | 256 | unsigned int pic1_mask, pic2_mask; |
257 | 257 | ||