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:
parent
416c84a212
commit
a7985e4feb
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user