diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-02-23 12:28:29 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-28 14:33:16 -0800 |
commit | ccdeed6281296977f67f57d048fdeec542428ce1 (patch) | |
tree | 4144841ef0d594c5e4c0606a13d5a07d9c2cc533 /arch/xtensa | |
parent | 6b21d18ed50c7d145220b0724ea7f2613abf0f95 (diff) | |
download | talos-obmc-linux-ccdeed6281296977f67f57d048fdeec542428ce1.tar.gz talos-obmc-linux-ccdeed6281296977f67f57d048fdeec542428ce1.zip |
ARM: OMAP: fix section mismatch warning for omap4_hotplug_cpu()
WARNING: arch/arm/mach-omap2/built-in.o(.text+0x8b80):
Section mismatch in reference from the function omap4_hotplug_cpu() to
the function .cpuinit.text:omap_secondary_startup()
The function omap4_hotplug_cpu() references
the function __cpuinit omap_secondary_startup().
This is often because omap4_hotplug_cpu lacks a __cpuinit
annotation or the annotation of omap_secondary_startup is wrong.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/xtensa')
0 files changed, 0 insertions, 0 deletions