Changeset 2153 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 18, 2007 9:24:15 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r2152 r2153 872 872 873 873 /* 874 * It's prefectly fine to reuse these, except for PAE stuff.874 * It's prefectly fine to reuse these, except for PAE and non-paging stuff. 875 875 */ 876 876 case PGMPOOLKIND_PAE_PT_FOR_32BIT_4MB: … … 893 893 894 894 /* 895 * It's prefectly fine to reuse these, except for non-PAEstuff.895 * It's prefectly fine to reuse these, except for PAE and non-paging stuff. 896 896 */ 897 897 case PGMPOOLKIND_PAE_PD_FOR_PAE_PD: … … 969 969 * The kind is different. In some cases we should now flush the page 970 970 * as it has been reused, but in most cases this is normal remapping 971 * of PDs as PT or big pages using the GCPhys field in a sligh ly971 * of PDs as PT or big pages using the GCPhys field in a slightly 972 972 * different way than the other kinds. 973 973 */
Note:
See TracChangeset
for help on using the changeset viewer.