diff options
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r-- | arch/x86/kernel/cpu/amd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index cd2fe15ff4b5..06fa159232fd 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c | |||
@@ -300,9 +300,6 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
300 | local_apic_timer_disabled = 1; | 300 | local_apic_timer_disabled = 1; |
301 | #endif | 301 | #endif |
302 | 302 | ||
303 | if (c->x86 == 0x10 && !force_mwait) | ||
304 | clear_bit(X86_FEATURE_MWAIT, c->x86_capability); | ||
305 | |||
306 | /* K6s reports MCEs but don't actually have all the MSRs */ | 303 | /* K6s reports MCEs but don't actually have all the MSRs */ |
307 | if (c->x86 < 6) | 304 | if (c->x86 < 6) |
308 | clear_bit(X86_FEATURE_MCE, c->x86_capability); | 305 | clear_bit(X86_FEATURE_MCE, c->x86_capability); |