From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:52 +0000 (+1030) Subject: x86: unify 32 and 64-bit node_to_cpumask_map X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ee73e72228775a076a502b3c92028fa59e2889;p=pandora-kernel.git x86: unify 32 and 64-bit node_to_cpumask_map Impact: cleanup We take the 64-bit code and use it on 32-bit as well. The new file is called mm/numa.c. In a minor cleanup, we use cpu_none_mask instead of declaring a local cpu_mask_none. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed