Changeset 25578 in vbox
- Timestamp:
- Dec 23, 2009 4:59:37 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r25537 r25578 839 839 HWACCMInvalidatePhysPage(pVM, (RTGCPHYS)pvFault); 840 840 # else 841 PGM_INVL_PG _ALL_VCPU(pVM, pvFault);841 PGM_INVL_PG(pVM, pvFault); 842 842 # endif 843 843 # ifdef VBOX_STRICT -
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r25577 r25578 272 272 MMHyperFree(pVM, pCur); 273 273 pgmUnlock(pVM); 274 /** @todo not really necessary; we'll correct this for dirty tlb entries in the page fault handler. */275 PGM_INVL_ALL_VCPU_TLBS(pVM);276 274 return VINF_SUCCESS; 277 275 }
Note:
See TracChangeset
for help on using the changeset viewer.