VirtualBox

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


Ignore:
Timestamp:
Jun 7, 2023 5:57:05 PM (20 months ago)
Author:
vboxsync
Message:

VMM/PGMInternal.h: Disable the PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for ARMv8 as it is of no use there, bugref:10385

File:
1 edited

Legend:

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

    r99208 r100104  
    7676 * Optimization for PAE page tables that are modified often
    7777 */
    78 //#if 0 /* disabled again while debugging */
    79 #define PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
    80 //#endif
     78#ifndef VBOX_VMM_TARGET_ARMV8
     79# define PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
     80#endif
    8181
    8282/**
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