VirtualBox

Ignore:
Timestamp:
May 18, 2009 2:04:07 PM (16 years ago)
Author:
vboxsync
Message:

Atomic write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r19788 r19789  
    12211221                    PGM_BTH_NAME(SyncPageWorkerTrackDeref)(pShwPage, pPT->a[iPTEDst].u & SHW_PTE_PG_MASK);
    12221222#  endif
    1223                     pPT->a[iPTEDst].u = 0;
     1223                    ASMAtomicWriteSize(&pPT->a[iPTEDst], 0);
    12241224                }
    12251225# else /* Syncing it here isn't 100% safe and it's probably not worth spending time syncing it. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette