From: Nathan Lynch Date: Tue, 21 Mar 2006 00:34:15 +0000 (-0600) Subject: [PATCH] powerpc numa: fix boot_cpuid always assigned to node 0 X-Git-Tag: v2.6.17-rc1~1117^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c08888cf3c80fe07bfd176113c390ca31d3ba5c2;p=pandora-kernel.git [PATCH] powerpc numa: fix boot_cpuid always assigned to node 0 At boot, the numa code is assigning boot_cpuid to node 0 unconditionally. Basically, numa_setup_cpu is being stupid about it, but this is the minimal fix -- just call numa_setup_cpu(boot_cpuid) later, after all nodes have been set online. Signed-off-by: Nathan Lynch Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed