commit | a66c2edea56c291a6f6a52f07496ebb97c0880e8 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Oct 14 14:14:30 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Oct 14 15:44:12 2009 +0900 |
tree | 8019cfb6ebcfbc676a6c08fba83a460f63edea61 | |
parent | 2908df9e2ce85e4de19ba81ac619acdf93a8bfaa [diff] |
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 <lethal@linux-sh.org>