VirtualBox

Changeset 49990 in vbox


Ignore:
Timestamp:
Dec 19, 2013 4:54:12 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: nit.

File:
1 edited

Legend:

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

    r49971 r49990  
    29772977
    29782978    /* Setup TSC offsetting. */
     2979    RTCPUID idCurrentCpu = HMR0GetCurrentCpu()->idCpu;
    29792980    if (   pSvmTransient->fUpdateTscOffsetting
    2980         || HMR0GetCurrentCpu()->idCpu != pVCpu->hm.s.idLastCpu)
     2981        || idCurrentCpu != pVCpu->hm.s.idLastCpu)
    29812982    {
    29822983        hmR0SvmUpdateTscOffsetting(pVCpu);
     
    29852986
    29862987    /* If we've migrating CPUs, mark the VMCB Clean bits as dirty. */
    2987     if (HMR0GetCurrentCpu()->idCpu != pVCpu->hm.s.idLastCpu)
     2988    if (idCurrentCpu != pVCpu->hm.s.idLastCpu)
    29882989        pVmcb->ctrl.u64VmcbCleanBits = 0;
    29892990
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