From: Paul Mundt Date: Wed, 14 Oct 2009 05:14:30 +0000 (+0900) Subject: sh: Populate initial secondary CPU info from boot_cpu_data. X-Git-Tag: v2.6.32-rc5~20^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66c2edea56c291a6f6a52f07496ebb97c0880e8;p=pandora-kernel.git sh: Populate initial secondary CPU info from boot_cpu_data. The secondary CPU info was seeing corrupted results due to not entering all of the setup paths taken by the boot CPU. So we just memcpy() the boot cpu data over directly, and then fix up the per-CPU bits. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed