Changeset 12108 in vbox
- Timestamp:
- Sep 4, 2008 8:17:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp
r12105 r12108 226 226 RTDECL(bool) RTMpIsCpuPresent(RTCPUID idCpu) 227 227 { 228 return p_online() != -1; 228 int iStatus = p_online(idCpu, P_STATUS); 229 return iStatus != -1; 229 230 } 230 231
Note:
See TracChangeset
for help on using the changeset viewer.