1
0
Fork 0

ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple()

The comment about bus master disable in acpi_idle_enter_simple() is
irrelevant, because the function doesn't disable bus mastering, so
drop it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Rafael J. Wysocki 2015-02-02 23:55:47 +01:00
parent adcb2623f1
commit de6cc4ec6e
1 changed files with 0 additions and 4 deletions

View File

@ -785,10 +785,6 @@ static int acpi_idle_enter_simple(struct cpuidle_device *dev,
if (acpi_idle_fallback_to_c1(pr))
return acpi_idle_enter_c1(dev, drv, CPUIDLE_DRIVER_STATE_START);
/*
* Must be done before busmaster disable as we might need to
* access HPET !
*/
lapic_timer_state_broadcast(pr, cx, 1);
if (cx->type == ACPI_STATE_C3)