VirtualBox

Changeset 37067 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
May 13, 2011 11:59:50 AM (14 years ago)
Author:
vboxsync
Message:

VMM: Online/offline CPUs build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r37066 r37067  
    56445644     * but the tick creeps in before the event notification is run.
    56455645     */
     5646    unsigned iCpu = 0;
    56465647    if (iTick == 1)
    56475648    {
     
    56515652    }
    56525653
    5653     unsigned iCpu = pGip->aiCpuFromApicId[idApic];
     5654    iCpu = pGip->aiCpuFromApicId[idApic];
    56545655
    56555656    if (RT_LIKELY(iCpu < pGip->cCpus))
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