diff options
Diffstat (limited to 'drivers/acpi/processor_idle.c')
-rw-r--r-- | drivers/acpi/processor_idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index e9a8026d39f0..eead3f581fb5 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
@@ -164,7 +164,7 @@ static void lapic_timer_check_state(int state, struct acpi_processor *pr, | |||
164 | if (cpu_has(&cpu_data(pr->id), X86_FEATURE_ARAT)) | 164 | if (cpu_has(&cpu_data(pr->id), X86_FEATURE_ARAT)) |
165 | return; | 165 | return; |
166 | 166 | ||
167 | if (boot_cpu_has(X86_FEATURE_AMDC1E)) | 167 | if (c1e_detected) |
168 | type = ACPI_STATE_C1; | 168 | type = ACPI_STATE_C1; |
169 | 169 | ||
170 | /* | 170 | /* |