VirtualBox

Ignore:
Timestamp:
Jan 7, 2009 6:35:24 PM (16 years ago)
Author:
vboxsync
Message:

RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected source location and added the missing generic stub function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c

    r15837 r15843  
    133133}
    134134
    135 RTDECL(bool) RTMpIsCpuWorkPending()
    136 {
    137     /** @todo (not used on non-Windows platforms yet */
    138     return false;
    139 }
    140135
    141136RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet)
     
    172167    return 1;
    173168#endif
     169}
     170
     171
     172RTDECL(bool) RTMpIsCpuWorkPending(void)
     173{
     174    /** @todo (not used on non-Windows platforms yet). */
     175    return false;
    174176}
    175177
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