From: Kumar Gala Date: Fri, 8 Oct 2010 15:37:31 +0000 (-0500) Subject: powerpc/ppc64e: Fix link problem when building ppc64e_defconfig X-Git-Tag: v2.6.37-rc1~180^2~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8544c38e6fde6968645afd46ff681492192b86;p=pandora-kernel.git 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 --- Reading git-diff-tree failed