VirtualBox

Changeset 28863 in vbox for trunk/src/VBox/Runtime/r3/linux


Ignore:
Timestamp:
Apr 28, 2010 12:24:32 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60791
Message:

RTMpIsCpuOnline/linux/r3: disabled asssertion as /sys/devices/system/cpu/cpuX/online used to be 0600 until at least 2.6.18.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp

    r28858 r28863  
    140140        &&  RTLinuxSysFsExists("devices/system/cpu/cpu%d", (int)idCpu))
    141141    {
    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). */
    143146        i = 1;
    144147    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette