]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/ppc64e: Fix link problem when building ppc64e_defconfig
authorKumar Gala <galak@kernel.crashing.org>
Fri, 8 Oct 2010 15:37:31 +0000 (10:37 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 8 Oct 2010 15:55:29 +0000 (10:55 -0500)
commit5b8544c38e6fde6968645afd46ff681492192b86
treefeb2028107bc870c82aa0e019fdf791058736362
parent6b0cd00bc396daf5c2dcf17a8d82055335341f46
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>
arch/powerpc/platforms/85xx/smp.c