diff options
Diffstat (limited to 'arch/x86/kernel/tsc_64.c')
-rw-r--r-- | arch/x86/kernel/tsc_64.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/kernel/tsc_64.c b/arch/x86/kernel/tsc_64.c index 2cc55b726c22..322b38c68198 100644 --- a/arch/x86/kernel/tsc_64.c +++ b/arch/x86/kernel/tsc_64.c | |||
@@ -272,9 +272,8 @@ __cpuinit int unsynchronized_tsc(void) | |||
272 | if (apic_is_clustered_box()) | 272 | if (apic_is_clustered_box()) |
273 | return 1; | 273 | return 1; |
274 | #endif | 274 | #endif |
275 | /* Most intel systems have synchronized TSCs except for | 275 | |
276 | multi node systems */ | 276 | if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) { |
277 | if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { | ||
278 | #ifdef CONFIG_ACPI | 277 | #ifdef CONFIG_ACPI |
279 | /* But TSC doesn't tick in C3 so don't use it there */ | 278 | /* But TSC doesn't tick in C3 so don't use it there */ |
280 | if (acpi_gbl_FADT.header.length > 0 && | 279 | if (acpi_gbl_FADT.header.length > 0 && |