Changeset 16427 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2009 4:08:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16426 r16427 2960 2960 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 2961 2961 case PGMPOOLKIND_32BIT_PD: 2962 case PGMPOOLKIND_32BIT_PD_PHYS_REAL: 2963 case PGMPOOLKIND_32BIT_PD_PHYS_PROT: 2962 2964 #else 2963 2965 case PGMPOOLKIND_ROOT_32BIT_PD: … … 2969 2971 case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD: 2970 2972 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: 2973 case PGMPOOLKIND_PAE_PD_PHYS_PROT: 2974 case PGMPOOLKIND_PAE_PD_PHYS_REAL: 2975 case PGMPOOLKIND_PAE_PDPT_PHYS_REAL: 2976 case PGMPOOLKIND_PAE_PDPT_PHYS_PROT: 2971 2977 case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD: 2972 2978 case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
Note:
See TracChangeset
for help on using the changeset viewer.