Searched hist:c08888cf3c80fe07bfd176113c390ca31d3ba5c2 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/mm/ |
H A D | numa.c | diff c08888cf3c80fe07bfd176113c390ca31d3ba5c2 Tue Mar 21 01:34:15 CET 2006 Nathan Lynch <nathanl@austin.ibm.com> [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 <nathanl@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
|