From: Paul Jackson Date: Sun, 8 Jan 2006 09:01:47 +0000 (-0800) Subject: [PATCH] cpuset: mempolicy one more nodemask conversion X-Git-Tag: v2.6.16-rc1~831 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5966514db662fb24c9bb43226a80106bcffd51f8;p=pandora-kernel.git [PATCH] cpuset: mempolicy one more nodemask conversion Finish converting mm/mempolicy.c from bitmaps to nodemasks. The previous conversion had left one routine using bitmaps, since it involved a corresponding change to kernel/cpuset.c Fix that interface by replacing with a simple macro that calls nodes_subset(), or if !CONFIG_CPUSET, returns (1). Signed-off-by: Paul Jackson Cc: Christoph Lameter Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed