commit | 5b8544c38e6fde6968645afd46ff681492192b86 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Oct 08 10:37:31 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Oct 08 10:55:29 2010 -0500 |
tree | feb2028107bc870c82aa0e019fdf791058736362 | |
parent | 6b0cd00bc396daf5c2dcf17a8d82055335341f46 [diff] |
powerpc/ppc64e: Fix link problem when building ppc64e_defconfig arch/powerpc/platforms/built-in.o:(.toc1+0x18): undefined reference to `__early_start' This is due to the 85xx/smp.c not handling the 64-bit side properly. We need to set the entry point for secondary cores on ppc64e to generic_secondary_smp_init instead of __early_start that we due on ppc32. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>