Terminate ACPI subsystem on reboot.

Some machines stuck on reboot if ACPI sleep/wakeup was executed.
This commit is contained in:
Mitsuru IWASAKI 2002-05-19 15:12:40 +00:00
parent db39e02e6b
commit 494ae5601d

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();
}
}