|
@@ -1487,7 +1487,6 @@ static int acpi_idle_enter_simple(struct cpuidle_device *dev,
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
- acpi_unlazy_tlb(smp_processor_id());
|
|
|
|
/*
|
|
/*
|
|
* Must be done before busmaster disable as we might need to
|
|
* Must be done before busmaster disable as we might need to
|
|
* access HPET !
|
|
* access HPET !
|
|
@@ -1577,6 +1576,8 @@ static int acpi_idle_enter_bm(struct cpuidle_device *dev,
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ acpi_unlazy_tlb(smp_processor_id());
|
|
|
|
+
|
|
/* Tell the scheduler that we are going deep-idle: */
|
|
/* Tell the scheduler that we are going deep-idle: */
|
|
sched_clock_idle_sleep_event();
|
|
sched_clock_idle_sleep_event();
|
|
/*
|
|
/*
|