Fix typo in function name.

Reviewed by:	peter@
Obtained from:	mux@sneakerz.org
This commit is contained in:
Wes Peters 2002-01-10 03:26:46 +00:00
parent ed4e4544b1
commit 9539704639
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ acpi_sleep_machdep(struct acpi_softc *sc, int state)
acpi_printcpu();
}
wbinbd();
wbinvd();
if (state == ACPI_STATE_S4 && sc->acpi_s4bios) {
status = AcpiEnterSleepStateS4Bios();

View File

@ -241,7 +241,7 @@ acpi_sleep_machdep(struct acpi_softc *sc, int state)
acpi_printcpu();
}
wbinbd();
wbinvd();
if (state == ACPI_STATE_S4 && sc->acpi_s4bios) {
status = AcpiEnterSleepStateS4Bios();