VirtualBox

Changeset 5035 in vbox


Ignore:
Timestamp:
Sep 26, 2007 6:47:37 AM (17 years ago)
Author:
vboxsync
Message:

PRORITY => PRIORITY

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/gmm.h

    r5033 r5035  
    7676 * VM / Memory priority.
    7777 */
    78 typedef enum GMMPRORITY
     78typedef enum GMMPRIORITY
    7979{
    8080    /** The usual invalid 0 value. */
    81     GMMPRORITY_INVALID = 0,
     81    GMMPRIORITY_INVALID = 0,
    8282    /** High - avoid interrupting it if at all possible */
    83     GMMPRORITY_HIGH,
     83    GMMPRIORITY_HIGH,
    8484    /** Normal - pause, save it or kill it. */
    85     GMMPRORITY_NORMAL,
     85    GMMPRIORITY_NORMAL,
    8686    /** Low - save or kill it. */
    87     GMMPRORITY_LOW,
     87    GMMPRIORITY_LOW,
    8888    /** The end of the valid priority range. */
    89     GMMPRORITY_END = 0,
     89    GMMPRIORITY_END = 0,
    9090    /** The custom 32-bit type blowup. */
    91     GMMPRORITY_32BIT_HACK = 0x7fffffff
     91    GMMPRIORITY_32BIT_HACK = 0x7fffffff
    9292} GMMPRIORITY;
    9393
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r5034 r5035  
    611611    pGVM->gmm.s.cSharedPages = 0;
    612612    pGVM->gmm.s.enmPolicy = GMMOCPOLICY_TBD;
    613     pGVM->gmm.s.enmPriority = GMMPRORITY_NORMAL;
     613    pGVM->gmm.s.enmPriority = GMMPRIORITY_NORMAL;
    614614}
    615615
     
    664664    pGVM->gmm.s.cSharedPages = 0;
    665665    pGVM->gmm.s.enmPolicy = GMMOCPOLICY_INVALID;
    666     pGVM->gmm.s.enmPriority = GMMPRORITY_INVALID;
     666    pGVM->gmm.s.enmPriority = GMMPRIORITY_INVALID;
    667667
    668668    LogFlow(("GMMR0CleanupVM: returns\n"));
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