Only i386 has wbinvd().
This commit is contained in:
parent
2b3b3d2cf1
commit
c19da1c7af
@ -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 New Issue
Block a user