Skip to content
Commit 5b8544c3 authored by Kumar Gala's avatar Kumar Gala
Browse files

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: default avatarKumar Gala <galak@kernel.crashing.org>
parent 6b0cd00b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment