aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/processor_idle.c')
-rw-r--r--drivers/acpi/processor_idle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c
index 2235f4e02d26..0721a8183c89 100644
--- a/drivers/acpi/processor_idle.c
+++ b/drivers/acpi/processor_idle.c
@@ -534,6 +534,7 @@ static void acpi_processor_idle(void)
534 break; 534 break;
535 535
536 case ACPI_STATE_C3: 536 case ACPI_STATE_C3:
537 acpi_unlazy_tlb(smp_processor_id());
537 /* 538 /*
538 * Must be done before busmaster disable as we might 539 * Must be done before busmaster disable as we might
539 * need to access HPET ! 540 * need to access HPET !
@@ -1423,6 +1424,7 @@ static int acpi_idle_enter_simple(struct cpuidle_device *dev,
1423 return 0; 1424 return 0;
1424 } 1425 }
1425 1426
1427 acpi_unlazy_tlb(smp_processor_id());
1426 /* 1428 /*
1427 * Must be done before busmaster disable as we might need to 1429 * Must be done before busmaster disable as we might need to
1428 * access HPET ! 1430 * access HPET !