cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: kernel list <linux-kernel@...>, Trivial patch monkey <trivial@...>, Paul Jackson <pj@...>, Christoph Lameter <clameter@...>, Paul Menage <menage@...>
Cc: <kosaki.motohiro@...>
Date: Tuesday, February 19, 2008 - 6:42 am

Hi,

this is easy documentation fix.

current implementation of cpuset track N_HIGH_MEMORY instead N_MEMORY.
(N_MEMORY doesn't exist in current implementation)


Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
CC: Paul Jackson <pj@sgi.com>
CC: Christoph Lameter <clameter@sgi.com>
CC: Paul Menage <menage@google.com>

---
 Documentation/cpusets.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/Documentation/cpusets.txt
===================================================================
--- a/Documentation/cpusets.txt 2008-02-14 13:42:22.000000000 +0900
+++ b/Documentation/cpusets.txt 2008-02-19 19:37:14.000000000 +0900
@@ -209,7 +209,7 @@ and name space for cpusets, with a minim
 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.



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/, KOSAKI Motohiro, (Tue Feb 19, 6:42 am)