diff options
-rw-r--r-- | arch/x86/kernel/tsc_msr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/tsc_msr.c b/arch/x86/kernel/tsc_msr.c index c5027724e307..8b5434f4389f 100644 --- a/arch/x86/kernel/tsc_msr.c +++ b/arch/x86/kernel/tsc_msr.c | |||
@@ -118,8 +118,10 @@ int try_msr_calibrate_tsc(unsigned long *fast_calibrate) | |||
118 | *fast_calibrate = freq * ratio; | 118 | *fast_calibrate = freq * ratio; |
119 | pr_info("TSC runs at %lu KHz\n", *fast_calibrate); | 119 | pr_info("TSC runs at %lu KHz\n", *fast_calibrate); |
120 | 120 | ||
121 | #ifdef CONFIG_X86_LOCAL_APIC | ||
121 | lapic_timer_frequency = (freq * 1000) / HZ; | 122 | lapic_timer_frequency = (freq * 1000) / HZ; |
122 | pr_info("lapic_timer_frequency = %d\n", lapic_timer_frequency); | 123 | pr_info("lapic_timer_frequency = %d\n", lapic_timer_frequency); |
124 | #endif | ||
123 | 125 | ||
124 | return 1; | 126 | return 1; |
125 | } | 127 | } |