VirtualBox

Changeset 9870 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 23, 2008 12:53:24 PM (16 years ago)
Author:
vboxsync
Message:

Ignore A & D bits in the big page comparison as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r9869 r9870  
    41074107                                continue;
    41084108
    4109                             fIgnoreFlags = X86_PTE_PAE_PG_MASK | X86_PTE_AVL_MASK | X86_PTE_PWT | X86_PTE_PCD | X86_PTE_PAT;
     4109                            fIgnoreFlags = X86_PTE_PAE_PG_MASK | X86_PTE_AVL_MASK | X86_PTE_PWT | X86_PTE_PCD | X86_PTE_PAT | X86_PTE_D | X86_PTE_A;
    41104110
    41114111                            /* match the physical addresses */
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