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)
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>

No differences found