VirtualBox

Changeset 37379 in vbox


Ignore:
Timestamp:
Jun 8, 2011 2:21:34 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72162
Message:

blank lines

File:
1 edited

Legend:

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

    r28800 r37379  
    345345#ifndef IPRT_TARGET_NT4
    346346
    347 ULONG_PTR rtMpIpiGenericCall(ULONG_PTR  Argument)
    348 {
     347ULONG_PTR rtMpIpiGenericCall(ULONG_PTR Argument)
     348{
     349    NOREF(Argument);
    349350    return 0;
    350351}
     352
    351353
    352354int rtMpSendIpiVista(RTCPUID idCpu)
     
    357359}
    358360
     361
    359362int rtMpSendIpiWin7(RTCPUID idCpu)
    360363{
     
    363366    return VINF_SUCCESS;
    364367}
     368
    365369#endif /* IPRT_TARGET_NT4 */
    366370
     371
    367372int rtMpSendIpiDummy(RTCPUID idCpu)
    368373{
    369374    return VERR_NOT_IMPLEMENTED;
    370375}
     376
    371377
    372378RTDECL(int) RTMpPokeCpu(RTCPUID idCpu)
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