VirtualBox

Changeset 82557 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Dec 12, 2019 12:35:39 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135431
Message:

PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool do its own allocations rather than going through MMPage*. The MMPage* code is mostly code, but we still need it for a dummy page allocation. I'll address this tomorrow. [build fix] bugref:9528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp

    r82555 r82557  
    4444#ifdef IN_RING3
    4545static void *   mmR3PagePoolAlloc(PMMPAGEPOOL pPool);
     46#if 0
    4647static void     mmR3PagePoolFree(PMMPAGEPOOL pPool, void *pv);
     48#endif
    4749#endif
    4850
     
    326328}
    327329
     330#if 0
    328331
    329332/**
     
    379382}
    380383
    381 #if 0
    382384
    383385/**
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