From: travis@sgi.com Date: Wed, 30 Jan 2008 12:33:33 +0000 (+0100) Subject: x86: early cpu_to_node fix in numa_64.c X-Git-Tag: v2.6.25-rc1~1143^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce357129a55a791318e23f5d7b8a9f1352858aa;p=pandora-kernel.git x86: early cpu_to_node fix in numa_64.c Both of these references to cpu_to_node() can potentially occur before the "late" cpu_to_node map is setup. Therefore, they should be changed to use early_cpu_to_node(). Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed