Changeset 16799 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 16, 2009 4:28:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42894
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r16793 r16799 148 148 if (pVM->pgm.s.CTX_SUFF(pShwPageCR3)) 149 149 { 150 /* Remove the hypervisor mappings from the shadow page table. */ 151 PGMMapDeactivateAll(pVM); 152 150 153 /* It might have been freed already by a pool flush (see e.g. PGMR3MappingsUnfix). */ 151 154 /** @todo Coordinate this better with the pool. */ … … 184 187 # endif 185 188 pVM->pgm.s.HCPhysShwCR3 = pVM->pgm.s.pShwPageCR3R3->Core.Key; 186 # endif 189 187 190 /* Apply all hypervisor mappings to the new CR3. */ 188 191 return PGMMapActivateAll(pVM); 192 # endif 189 193 #else 190 194 /* nothing special to do here - InitData does the job. */
Note:
See TracChangeset
for help on using the changeset viewer.