diff options
-rw-r--r-- | arch/x86/kernel/time_64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/time_64.c b/arch/x86/kernel/time_64.c index 61b17f5ec867..0380795121a6 100644 --- a/arch/x86/kernel/time_64.c +++ b/arch/x86/kernel/time_64.c | |||
@@ -120,8 +120,7 @@ void __init time_init(void) | |||
120 | 120 | ||
121 | cpu_khz = tsc_khz; | 121 | cpu_khz = tsc_khz; |
122 | if (cpu_has(&boot_cpu_data, X86_FEATURE_CONSTANT_TSC) && | 122 | if (cpu_has(&boot_cpu_data, X86_FEATURE_CONSTANT_TSC) && |
123 | boot_cpu_data.x86_vendor == X86_VENDOR_AMD && | 123 | (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)) |
124 | boot_cpu_data.x86 == 16) | ||
125 | cpu_khz = calculate_cpu_khz(); | 124 | cpu_khz = calculate_cpu_khz(); |
126 | 125 | ||
127 | if (unsynchronized_tsc()) | 126 | if (unsynchronized_tsc()) |