VirtualBox

Changeset 54488 in vbox


Ignore:
Timestamp:
Feb 25, 2015 12:55:34 PM (10 years ago)
Author:
vboxsync
Message:

NT: Try only using IPIs in RTMpOnSpecific.

File:
1 edited

Legend:

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

    r54417 r54488  
    632632    uint32_t cHits = 0;
    633633    if (   g_pfnrtKeIpiGenericCall
     634#if 0 /* testing... */
    634635        && (   RTMpGetOnlineCount() <= 2
    635             || KeGetCurrentIrql()   > APC_LEVEL) )
     636            || KeGetCurrentIrql()   > APC_LEVEL)
     637#endif
     638       )
    636639    {
    637640        rc = rtMpCallUsingBroadcastIpi(pfnWorker, pvUser1, pvUser2, rtmpNtOnSpecificBroadcastIpiWrapper,
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