Changeset 15843 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Jan 7, 2009 6:35:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c
r15837 r15843 133 133 } 134 134 135 RTDECL(bool) RTMpIsCpuWorkPending()136 {137 /** @todo (not used on non-Windows platforms yet */138 return false;139 }140 135 141 136 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet) … … 172 167 return 1; 173 168 #endif 169 } 170 171 172 RTDECL(bool) RTMpIsCpuWorkPending(void) 173 { 174 /** @todo (not used on non-Windows platforms yet). */ 175 return false; 174 176 } 175 177
Note:
See TracChangeset
for help on using the changeset viewer.