VirtualBox

Changeset 23683 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 12, 2009 11:46:00 AM (15 years ago)
Author:
vboxsync
Message:

Use KeIpiGenericCall on Vista by default as well

File:
1 edited

Legend:

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

    r23546 r23683  
    351351int rtMpSendIpiVista(RTCPUID idCpu)
    352352{
    353     g_pfnrtNtHalRequestIpi(1 << idCpu);
     353    g_pfnrtKeIpiGenericCall(rtMpIpiGenericCall, 0);
     354////    g_pfnrtNtHalRequestIpi(1 << idCpu);
    354355    return VINF_SUCCESS;
    355356}
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