Changeset 23506 in vbox for trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
- Timestamp:
- Oct 2, 2009 11:12:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r23416 r23506 357 357 int rtMpSendIpiWin7(RTCPUID idCpu) 358 358 { 359 return VERR_NOT_IMPLEMENTED; 360 /* bsod */ 361 VOID (__stdcall *pfRequestIpi)(KAFFINITY Zero, KAFFINITY TargetSet) = (VOID (__stdcall *)(KAFFINITY, KAFFINITY))g_pfnrtNtHalRequestIpi; 362 363 pfRequestIpi(0, 1 << idCpu); 359 g_pfnrtNtHalSendSoftwareInterrupt(idCpu, DISPATCH_LEVEL); 364 360 return VINF_SUCCESS; 365 361 }
Note:
See TracChangeset
for help on using the changeset viewer.