Changeset 37379 in vbox
- Timestamp:
- Jun 8, 2011 2:21:34 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r28800 r37379 345 345 #ifndef IPRT_TARGET_NT4 346 346 347 ULONG_PTR rtMpIpiGenericCall(ULONG_PTR Argument) 348 { 347 ULONG_PTR rtMpIpiGenericCall(ULONG_PTR Argument) 348 { 349 NOREF(Argument); 349 350 return 0; 350 351 } 352 351 353 352 354 int rtMpSendIpiVista(RTCPUID idCpu) … … 357 359 } 358 360 361 359 362 int rtMpSendIpiWin7(RTCPUID idCpu) 360 363 { … … 363 366 return VINF_SUCCESS; 364 367 } 368 365 369 #endif /* IPRT_TARGET_NT4 */ 366 370 371 367 372 int rtMpSendIpiDummy(RTCPUID idCpu) 368 373 { 369 374 return VERR_NOT_IMPLEMENTED; 370 375 } 376 371 377 372 378 RTDECL(int) RTMpPokeCpu(RTCPUID idCpu)
Note:
See TracChangeset
for help on using the changeset viewer.