Changeset 19830 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 19, 2009 2:57:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r19826 r19830 353 353 for (unsigned i = 0; i < RT_ELEMENTS(aPokeDpcs); i++) 354 354 { 355 KeInitializeDpc(&aPokeDpcs[i], rt mpNtDPCWrapper, NULL);355 KeInitializeDpc(&aPokeDpcs[i], rtMpNtPokeCpuDummy, NULL); 356 356 KeSetImportanceDpc(&aPokeDpcs[i], HighImportance); 357 357 KeSetTargetProcessorDpc(&aPokeDpcs[i], (int)i);
Note:
See TracChangeset
for help on using the changeset viewer.