diff options
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 14ae10031ff0..e718f150c880 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c | |||
@@ -495,7 +495,7 @@ void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c) | |||
495 | if (x86_idle) | 495 | if (x86_idle) |
496 | return; | 496 | return; |
497 | 497 | ||
498 | if (cpu_has_amd_erratum(amd_erratum_400)) { | 498 | if (cpu_has_bug(c, X86_BUG_AMD_APIC_C1E)) { |
499 | /* E400: APIC timer interrupt does not wake up CPU from C1e */ | 499 | /* E400: APIC timer interrupt does not wake up CPU from C1e */ |
500 | pr_info("using AMD E400 aware idle routine\n"); | 500 | pr_info("using AMD E400 aware idle routine\n"); |
501 | x86_idle = amd_e400_idle; | 501 | x86_idle = amd_e400_idle; |