VirtualBox

Changeset 7506 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Mar 20, 2008 9:58:19 AM (17 years ago)
Author:
vboxsync
Message:

Made assertion private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp

    r7459 r7506  
    161161    KDPC     *paExecCpuDpcs;
    162162
     163#ifdef DEBUG_sandervl
    163164    /* KeFlushQueuedDpcs must be run at IRQL PASSIVE_LEVEL */
    164165    AssertMsg(KeGetCurrentIrql() == PASSIVE_LEVEL, ("%d != %d (PASSIVE_LEVEL)\n", KeGetCurrentIrql(), PASSIVE_LEVEL));
     166#endif
    165167
    166168    KAFFINITY Mask = KeQueryActiveProcessors();
     
    227229        for (unsigned i = 0; i < MAXIMUM_PROCESSORS; i++)
    228230        {
    229             if (    (i != iSelf || enmCpuid != RT_NT_CPUID_OTHERS)
     231            if (    (i != iSelf)
    230232                &&  (Mask & RT_BIT_64(i)))
    231233            {
     
    234236            }
    235237        }
     238        if (enmCpuid != RT_NT_CPUID_OTHERS)
     239        {
     240            pfnWorker(iSelf, pvUser1, pvUser2);
     241        }
    236242    }
    237243
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