Changeset 29567 in vbox for trunk/include/VBox
- Timestamp:
- May 17, 2010 3:26:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61709
- Location:
- trunk/include/VBox
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/gmm.h
r29557 r29567 31 31 #include <VBox/sup.h> 32 32 #include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */ 33 #include <VBox/feature.h> 33 34 #include <iprt/avl.h> 34 35 RT_C_DECLS_BEGIN -
trunk/include/VBox/pgm.h
r29566 r29567 35 35 #include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */ 36 36 #include <VBox/gmm.h> /* for PGMMREGISTERSHAREDMODULEREQ */ 37 #include <VBox/feature.h> 37 38 38 39 RT_C_DECLS_BEGIN … … 41 42 * @{ 42 43 */ 43 /* This must match GMMR0Init; currently we only support page fusion on all 64-bit hosts except Mac OS X */44 #if HC_ARCH_BITS == 64 && (defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD))45 #define VBOX_WITH_PAGE_SHARING46 #endif47 44 48 45 /** Chunk size for dynamically allocated physical memory. */
Note:
See TracChangeset
for help on using the changeset viewer.