Changeset 54501 in vbox for trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
- Timestamp:
- Feb 25, 2015 3:58:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r54488 r54501 632 632 uint32_t cHits = 0; 633 633 if ( g_pfnrtKeIpiGenericCall 634 #if 0 /* testing... */635 634 && ( RTMpGetOnlineCount() <= 2 636 635 || KeGetCurrentIrql() > APC_LEVEL) 637 #endif638 636 ) 639 637 {
Note:
See TracChangeset
for help on using the changeset viewer.