VirtualBox

Changeset 31441 in vbox


Ignore:
Timestamp:
Aug 6, 2010 2:13:01 PM (14 years ago)
Author:
vboxsync
Message:

Not necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp

    r31435 r31441  
    5353    Log(("PGMR0SharedModuleCheck: check %s %s base=%RGv size=%x\n", pModule->szName, pModule->szVersion, pModule->Core.Key, pModule->cbModule));
    5454
    55     pgmLock(pVM); /* This cannot fail as we grab the lock in pgmR3SharedModuleRegRendezvous before calling into ring-0. */
     55    Assert(PGMIsLockOwner(pVM));    /* This cannot fail as we grab the lock in pgmR3SharedModuleRegRendezvous before calling into ring-0. */
    5656
    5757    /* Check every region of the shared module. */
     
    138138    }
    139139
    140     pgmUnlock(pVM);
    141140    if (fFlushTLBs)
    142141        PGM_INVL_ALL_VCPU_TLBS(pVM);
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