[PATCH] msm: headsmp.S: Fix section mismatch

Daniel Walker dwalker at fifo99.com
Sat Feb 19 21:26:57 EST 2011


On Fri, 2011-02-18 at 19:14 -0800, Stephen Boyd wrote:
> WARNING: vmlinux.o(.cpuinit.text+0xc80): Section mismatch in
> reference from the function boot_secondary() to the variable
> .init.text:msm_secondary_startup
> The function __cpuinit boot_secondary() references a variable
> __init msm_secondary_startup.  If msm_secondary_startup is only
> used by boot_secondary then annotate msm_secondary_startup with
> a matching annotation.

Description is pretty gross.. Can you just explain how the section
mismatch is happening.

Daniel




More information about the linux-arm-kernel mailing list