Changeset 54488 in vbox
- Timestamp:
- Feb 25, 2015 12:55:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r54417 r54488 632 632 uint32_t cHits = 0; 633 633 if ( g_pfnrtKeIpiGenericCall 634 #if 0 /* testing... */ 634 635 && ( RTMpGetOnlineCount() <= 2 635 || KeGetCurrentIrql() > APC_LEVEL) ) 636 || KeGetCurrentIrql() > APC_LEVEL) 637 #endif 638 ) 636 639 { 637 640 rc = rtMpCallUsingBroadcastIpi(pfnWorker, pvUser1, pvUser2, rtmpNtOnSpecificBroadcastIpiWrapper,
Note:
See TracChangeset
for help on using the changeset viewer.