diff options
Diffstat (limited to 'sys/dev/acpica')
| -rw-r--r-- | sys/dev/acpica/acpica_support.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpica_support.c b/sys/dev/acpica/acpica_support.c index 00951ab91c7a8..749edbddad7ac 100644 --- a/sys/dev/acpica/acpica_support.c +++ b/sys/dev/acpica/acpica_support.c @@ -85,7 +85,9 @@ AcpiEnterSleepStateS4Bios ( /* flush caches */ +#ifdef __i386__ wbinvd(); +#endif /* write the value to command port and wait until we enter sleep state */ do |
