commit | 909d75a3b77bdd8baa9429bad3b69a654d2954ce | [log] [tgz] |
---|---|---|
author | Paul Jackson <pj@sgi.com> | Sun Jan 08 01:01:55 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:13:44 2006 -0800 |
tree | f9955ff697b7569fc75e5b8683d886315f34ac49 | |
parent | cf2a473c4089aa41c26f653200673f5a4cc25047 [diff] |
[PATCH] cpuset: implement cpuset_mems_allowed Provide a cpuset_mems_allowed() method, which the sys_migrate_pages() code needed, to obtain the mems_allowed vector of a cpuset, and replaced the workaround in sys_migrate_pages() to call this new method. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>