VirtualBox

Changeset 29566 in vbox for trunk/include


Ignore:
Timestamp:
May 17, 2010 3:23:06 PM (15 years ago)
Author:
vboxsync
Message:

Enabled page fusion code (feature itself is still disabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pgm.h

    r29424 r29566  
    4141 * @{
    4242 */
     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_SHARING
     46#endif
    4347
    4448/** Chunk size for dynamically allocated physical memory. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette