VirtualBox

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


Ignore:
Timestamp:
May 19, 2009 2:57:45 PM (16 years ago)
Author:
vboxsync
Message:

Bugfix

File:
1 edited

Legend:

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

    r19826 r19830  
    353353        for (unsigned i = 0; i < RT_ELEMENTS(aPokeDpcs); i++)
    354354        {
    355             KeInitializeDpc(&aPokeDpcs[i], rtmpNtDPCWrapper, NULL);
     355            KeInitializeDpc(&aPokeDpcs[i], rtMpNtPokeCpuDummy, NULL);
    356356            KeSetImportanceDpc(&aPokeDpcs[i], HighImportance);
    357357            KeSetTargetProcessorDpc(&aPokeDpcs[i], (int)i);
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