Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.

Pointed out by:	Mark Santcroos <marks@ripe.net>
This commit is contained in:
Nate Lawson 2003-07-30 17:20:33 +00:00
parent 416c84a212
commit a7985e4feb

View File

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