VirtualBox

Changeset 38708 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Sep 9, 2011 2:38:59 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73952
Message:

PGM: Drop the PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST define and instead just select different defaults when reading MaxRing3Chunks from CFGM. Also, force a 3GB max limit on 32-bit darwin (previously unlimted).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r38707 r38708  
    9090#if 1 /* testing */
    9191# define PGM_WITH_MMIO_OPTIMIZATIONS
    92 #endif
    93 
    94 /**
    95  * Chunk unmapping code activated on 32-bit hosts for > 1.5/2 GB guest memory support
    96  */
    97 #if (HC_ARCH_BITS == 32) && !defined(RT_OS_DARWIN)
    98 # define PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST
    9992#endif
    10093
Note: See TracChangeset for help on using the changeset viewer.

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