Only i386 has wbinvd().

This commit is contained in:
Doug Rabson 2002-03-12 09:45:17 +00:00
parent 2b3b3d2cf1
commit c19da1c7af

View File

@ -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