Changeset 23684 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Oct 12, 2009 11:57:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r23683 r23684 349 349 350 350 #ifndef IPRT_TARGET_NT4 351 352 ULONG_PTR rtMpIpiGenericCall(ULONG_PTR Argument) 353 { 354 return 0; 355 } 356 351 357 int rtMpSendIpiVista(RTCPUID idCpu) 352 358 { … … 354 360 //// g_pfnrtNtHalRequestIpi(1 << idCpu); 355 361 return VINF_SUCCESS; 356 }357 358 ULONG_PTR rtMpIpiGenericCall(ULONG_PTR Argument)359 {360 return 0;361 362 } 362 363
Note:
See TracChangeset
for help on using the changeset viewer.