mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Only i386 has wbinvd().
This commit is contained in:
parent
2b3b3d2cf1
commit
c19da1c7af
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue