Fix typo in function name.
Reviewed by: peter@ Obtained from: mux@sneakerz.org
This commit is contained in:
parent
ed4e4544b1
commit
9539704639
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user