Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0b720378d05d9f5101dd331d16a0957a764583f3
Commit:     0b720378d05d9f5101dd331d16a0957a764583f3
Parent:     b97c74bddce4e2c6fef6b3b58910b4fd9eb7f3b8
Author:     KOSAKI Motohiro <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 23 15:23:41 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Feb 23 17:12:14 2008 -0800

    cpuset: trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/
    
    Current implementation of cpuset track N_HIGH_MEMORY instead N_MEMORY.
    (N_MEMORY doesn't exist in current implementation)
    
    Signed-off-by: KOSAKI Motohiro <[EMAIL PROTECTED]>
    Acked-by: Paul Jackson <[EMAIL PROTECTED]>
    Cc: Christoph Lameter <[EMAIL PROTECTED]>
    Cc: Paul Menage <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 Documentation/cpusets.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/cpusets.txt b/Documentation/cpusets.txt
index 43db6fe..ad2bb3b 100644
--- a/Documentation/cpusets.txt
+++ b/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.
 
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to