From: Andi Kleen Date: Sun, 30 Oct 2005 01:15:48 +0000 (-0700) Subject: [PATCH] Convert mempolicies to nodemask_t X-Git-Tag: v2.6.15-rc1~730^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcd3c0dc426bb75770c34b40e14f2da8845ea62;p=pandora-kernel.git [PATCH] Convert mempolicies to nodemask_t The NUMA policy code predated nodemask_t so it used open coded bitmaps. Convert everything to nodemask_t. Big patch, but shouldn't have any actual behaviour changes (except I removed one unnecessary check against node_online_map and one unnecessary BUG_ON) Signed-off-by: "Andi Kleen" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed