Changeset 56626 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 24, 2015 7:38:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInline.h
r56384 r56626 489 489 STAM_COUNTER_INC(&pVM->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,PageMapTlbHits)); 490 490 rc = VINF_SUCCESS; 491 # if 0 //def VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 492 # ifdef IN_RING3 493 if (pTlbe->pv == (void *)pVM->pgm.s.pvZeroPgR0) 494 # else 495 if (pTlbe->pv == (void *)pVM->pgm.s.pvZeroPgR3) 496 # endif 497 pTlbe->pv = pVM->pgm.s.CTX_SUFF(pvZeroPg); 498 # endif 491 499 AssertPtr(pTlbe->pv); 492 500 # ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
Note:
See TracChangeset
for help on using the changeset viewer.