diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 71a420c7fee7..4a3f00b49236 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -761,10 +761,6 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
761 | /* MFENCE stops RDTSC speculation */ | 761 | /* MFENCE stops RDTSC speculation */ |
762 | set_cpu_cap(c, X86_FEATURE_MFENCE_RDTSC); | 762 | set_cpu_cap(c, X86_FEATURE_MFENCE_RDTSC); |
763 | 763 | ||
764 | /* Family 10 doesn't support C states in MWAIT so don't use it */ | ||
765 | if (c->x86 == 0x10 && !force_mwait) | ||
766 | clear_cpu_cap(c, X86_FEATURE_MWAIT); | ||
767 | |||
768 | if (amd_apic_timer_broken()) | 764 | if (amd_apic_timer_broken()) |
769 | disable_apic_timer = 1; | 765 | disable_apic_timer = 1; |
770 | } | 766 | } |