From: Anton Blanchard Date: Mon, 26 Apr 2010 15:32:41 +0000 (+0000) Subject: powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasks X-Git-Tag: v2.6.35-rc1~450^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1ba8ea6dde3f049b2b365d8fdc13976aee25cb;p=pandora-kernel.git powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasks Dynamically allocate cpu_sibling_map and cpu_core_map cpumasks. We don't need to set_cpu_online() the boot cpu in smp_prepare_boot_cpu, init/main.c does it for us. We also postpone setting of the boot cpu in cpu_sibling_map and cpu_core_map until when the memory allocator is available (smp_prepare_cpus), similar to x86. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed