Changeset 18835 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 4:24:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r18790 r18835 4254 4254 /* NOTE: We can't deal with jumps to ring 3 here as we're now in an inconsistent state! */ 4255 4255 bool fLog = VMMGCLogDisable(pVM); 4256 pgmLock(pVM); 4256 4257 # endif 4257 4258 … … 4288 4289 4289 4290 # ifdef IN_RC 4291 pgmUnlock(pVM); 4290 4292 VMMGCLogRestore(pVM, fLog); 4291 4293 # endif … … 4322 4324 int rc = VINF_SUCCESS; 4323 4325 4324 /* Update guest paging info. */ 4326 /* 4327 * Update guest paging info. 4328 */ 4325 4329 #if PGM_GST_TYPE == PGM_TYPE_32BIT 4326 4330 pVM->pgm.s.pGst32BitPdR3 = 0; 4327 # ifndef VBOX_WITH_2X_4GB_ADDR_SPACE4331 # ifndef VBOX_WITH_2X_4GB_ADDR_SPACE 4328 4332 pVM->pgm.s.pGst32BitPdR0 = 0; 4329 # endif4333 # endif 4330 4334 pVM->pgm.s.pGst32BitPdRC = 0; 4331 4335 … … 4357 4361 4358 4362 #if !defined(IN_RC) /* In RC we rely on MapCR3 to do the shadow part for us at a safe time */ 4359 /* Update shadow paging info. */ 4363 /* 4364 * Update shadow paging info. 4365 */ 4360 4366 # if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT \ 4361 4367 || PGM_SHW_TYPE == PGM_TYPE_PAE \
Note:
See TracChangeset
for help on using the changeset viewer.