X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Documentation%2Fcpusets.txt;h=842f0d1ab2165781420fdd53b3875a16ba91adb6;hp=159e2a0c3e80fa229fd2ff95f0e2015caf017ab7;hb=e9c5702e3c5558dade169949abd730173e87ef9c;hpb=2e1ca21d46aaef95101723fa402f39d3a95aba59 diff --git a/Documentation/cpusets.txt b/Documentation/cpusets.txt index 159e2a0c3e80..842f0d1ab216 100644 --- a/Documentation/cpusets.txt +++ b/Documentation/cpusets.txt @@ -217,6 +217,12 @@ exclusive cpuset. Also, the use of a Linux virtual file system (vfs) to represent the cpuset hierarchy provides for a familiar permission and name space for cpusets, with a minimum of additional kernel code. +The cpus and mems files in the root (top_cpuset) cpuset are +read-only. The cpus file automatically tracks the value of +cpu_online_map using a CPU hotplug notifier, and the mems file +automatically tracks the value of node_online_map using the +cpuset_track_online_nodes() hook. + 1.4 What are exclusive cpusets ? --------------------------------