Changeset 28863 in vbox for trunk/src/VBox/Runtime/r3/linux
- Timestamp:
- Apr 28, 2010 12:24:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60791
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp
r28858 r28863 140 140 && RTLinuxSysFsExists("devices/system/cpu/cpu%d", (int)idCpu)) 141 141 { 142 Assert(!RTLinuxSysFsExists("devices/system/cpu/cpu%d/online", (int)idCpu)); 142 /** @todo Assert(!RTLinuxSysFsExists("devices/system/cpu/cpu%d/online", 143 * (int)idCpu)); 144 * Unfortunately, the online file wasn't always world readable (centos 145 * 2.6.18-164). */ 143 146 i = 1; 144 147 }
Note:
See TracChangeset
for help on using the changeset viewer.