Terminate ACPI subsystem on reboot.

Some machines stuck on reboot if ACPI sleep/wakeup was executed.
This commit is contained in:
iwasaki 2002-05-19 15:12:40 +00:00
parent 284f241aff
commit 319893ecfb

View File

@ -932,6 +932,9 @@ acpi_shutdown_final(void *arg, int howto)
DELAY(1000000);
printf("ACPI power-off failed - timeout\n");
}
} else {
printf("Terminate ACPI\n");
AcpiTerminate();
}
}