VirtualBox

Changeset 14637 in vbox for trunk/src


Ignore:
Timestamp:
Nov 26, 2008 1:28:00 PM (16 years ago)
Author:
vboxsync
Message:

MMR3HyperMapPages: Increased the max page count to match that of SUPR3PageAllocEx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMHyper.cpp

    r14601 r14637  
    538538    AssertPtrReturn(paPages, VERR_INVALID_POINTER);
    539539    AssertReturn(cPages > 0, VERR_INVALID_PARAMETER);
    540     AssertReturn(cPages < 1024, VERR_INVALID_PARAMETER);
     540    AssertReturn(cPages < 128 * _1M / PAGE_SIZE, VERR_INVALID_PARAMETER);
    541541    AssertPtrReturn(pszDesc, VERR_INVALID_POINTER);
    542542    AssertReturn(*pszDesc, VERR_INVALID_PARAMETER);
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