Changeset 30901 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Jul 19, 2010 8:44:39 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r30844 r30901 3362 3362 /* Flush the pgm pool cache; call the internal rendezvous handler as we're already in a rendezvous handler here. */ 3363 3363 /* todo: also not really efficient to unmap a chunk that contains PD or PT pages. */ 3364 pgmR3PoolClearAllRendezvous(pVM, &pVM->aCpus[0], false/* no need to flush the REM TLB as we already did that above */);3364 pgmR3PoolClearAllRendezvous(pVM, &pVM->aCpus[0], NULL /* no need to flush the REM TLB as we already did that above */); 3365 3365 3366 3366 /*
Note:
See TracChangeset
for help on using the changeset viewer.