VirtualBox

Ignore:
Timestamp:
Sep 21, 2012 9:40:25 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80859
Message:

VMM: HM cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp

    r41965 r43387  
    2727#include <VBox/vmm/vm.h>
    2828#include <VBox/err.h>
    29 #include <VBox/vmm/hwaccm.h>
     29#include <VBox/vmm/hm.h>
    3030
    3131#include <VBox/log.h>
     
    254254    {
    255255        /*
    256          * Leave HWACCM context while waiting if necessary.
     256         * Leave HM context while waiting if necessary.
    257257         */
    258258        int rc;
     
    267267            PVM     pVM   = pCritSect->s.CTX_SUFF(pVM);
    268268            PVMCPU  pVCpu = VMMGetCpu(pVM);
    269             HWACCMR0Leave(pVM, pVCpu);
     269            HMR0Leave(pVM, pVCpu);
    270270            RTThreadPreemptRestore(NIL_RTTHREAD, ????);
    271271
     
    273273
    274274            RTThreadPreemptDisable(NIL_RTTHREAD, ????);
    275             HWACCMR0Enter(pVM, pVCpu);
     275            HMR0Enter(pVM, pVCpu);
    276276        }
    277277        return rc;
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