Changeset 16595 in vbox
- Timestamp:
- Feb 9, 2009 3:18:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42561
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16594 r16595 2895 2895 # ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 2896 2896 case PGMPOOLKIND_PAE_PDPT: 2897 case PGMPOOLKIND_PAE_PDPT_PHYS: 2897 case PGMPOOLKIND_PAE_PDPT_FOR_32BIT: 2898 case PGMPOOLKIND_PAE_PDPT_PHYS: 2898 2899 # else 2899 2900 case PGMPOOLKIND_ROOT_PDPT: … … 2957 2958 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 2958 2959 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 2959 2960 2960 case PGMPOOLKIND_PAE_PD_PHYS: 2961 case PGMPOOLKIND_PAE_PDPT_PHYS: 2961 2962 case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD: 2962 2963 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: … … 2969 2970 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 2970 2971 case PGMPOOLKIND_PAE_PDPT: 2972 case PGMPOOLKIND_PAE_PDPT_FOR_32BIT: 2971 2973 #else 2972 2974 case PGMPOOLKIND_ROOT_PDPT:
Note:
See TracChangeset
for help on using the changeset viewer.