From ab58ec0f9b334de538611f8686ccd6d8f9ec60b9 Mon Sep 17 00:00:00 2001 From: KOSAKI Motohiro Date: Sat, 23 Feb 2008 15:23:41 -0800 Subject: [PATCH] --- yaml --- r: 86219 b: refs/heads/master c: 0b720378d05d9f5101dd331d16a0957a764583f3 h: refs/heads/master i: 86217: 3bd4506c60097bfe00cb9c58063b4e3e3b3caddd 86215: 1ac3a4fc979b1373e78f58e52daa62b6bb1e70ef v: v3 --- [refs] | 2 +- trunk/Documentation/cpusets.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4072680ca072..225ce71b58d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b97c74bddce4e2c6fef6b3b58910b4fd9eb7f3b8 +refs/heads/master: 0b720378d05d9f5101dd331d16a0957a764583f3 diff --git a/trunk/Documentation/cpusets.txt b/trunk/Documentation/cpusets.txt index 43db6fe12814..ad2bb3b3acc1 100644 --- a/trunk/Documentation/cpusets.txt +++ b/trunk/Documentation/cpusets.txt @@ -209,7 +209,7 @@ 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_states[N_MEMORY]--i.e., +automatically tracks the value of node_states[N_HIGH_MEMORY]--i.e., nodes with memory--using the cpuset_track_online_nodes() hook.