public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Trivial Patch] cpusets docs - a couple typos
@ 2005-03-16 19:12 Paul Jackson
  0 siblings, 0 replies; only message in thread
From: Paul Jackson @ 2005-03-16 19:12 UTC (permalink / raw)
  To: trivial; +Cc: Simon Derr, Martin Hicks, Paul Jackson, linux-kernel

Following fixes a couple of trivial typos in the cpusets
Documentation file, that is now in Linus's bk tree.

Thanks to Martin Hicks <mort@sgi.com> for noticing these.

Signed-off-by: Paul Jackson <pj@sgi.com>

===================================================================
--- 2.6.12-pj.orig/Documentation/cpusets.txt	2005-03-16 01:04:48.000000000 -0800
+++ 2.6.12-pj/Documentation/cpusets.txt	2005-03-16 11:07:35.000000000 -0800
@@ -130,7 +130,7 @@ Cpusets extends these two mechanisms as 
 The implementation of cpusets requires a few, simple hooks
 into the rest of the kernel, none in performance critical paths:
 
- - in main/init.c, to initialize the root cpuset at system boot.
+ - in init/main.c, to initialize the root cpuset at system boot.
  - in fork and exit, to attach and detach a task from its cpuset.
  - in sched_setaffinity, to mask the requested CPUs by what's
    allowed in that tasks cpuset.
@@ -138,7 +138,7 @@ into the rest of the kernel, none in per
    the CPUs allowed by their cpuset, if possible.
  - in the mbind and set_mempolicy system calls, to mask the requested
    Memory Nodes by what's allowed in that tasks cpuset.
- - in page_alloc, to restrict memory to allowed nodes.
+ - in page_alloc.c, to restrict memory to allowed nodes.
  - in vmscan.c, to restrict page recovery to the current cpuset.
 
 In addition a new file system, of type "cpuset" may be mounted,

-- 
                  I won't rest till it's the best ...
                  Programmer, Linux Scalability
                  Paul Jackson <pj@engr.sgi.com> 1.650.933.1373, 1.925.600.0401

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-16 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-16 19:12 [Trivial Patch] cpusets docs - a couple typos Paul Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox