summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-picoxcell
diff options
context:
space:
mode:
authorSantosh Shilimkar2012-02-22 11:40:04 +0100
committerTony Lindgren2012-02-28 23:34:12 +0100
commit82dfcbfe63500c80335d0cd5f91a35d4545a1fb2 (patch)
tree01b3a57f24ec4b3dfd06ec97cfee1ad8185c21cc /arch/arm/mach-picoxcell
parentARM: OMAP: fix section mismatch warning for omap4_hotplug_cpu() (diff)
downloadkernel-qcow2-linux-82dfcbfe63500c80335d0cd5f91a35d4545a1fb2.tar.gz
kernel-qcow2-linux-82dfcbfe63500c80335d0cd5f91a35d4545a1fb2.tar.xz
kernel-qcow2-linux-82dfcbfe63500c80335d0cd5f91a35d4545a1fb2.zip
ARM: OMAP: Fix section mismatch warning for platform_cpu_die()
WARNING: vmlinux.o(.text+0x226d0): Section mismatch in reference from the function platform_cpu_die() to the function .cpuinit.text:omap4_hotplug_cpu() The function platform_cpu_die() references the function __cpuinit omap4_hotplug_cpu(). This is often because platform_cpu_die lacks a __cpuinit annotation or the annotation of omap4_hotplug_cpu is wrong. Thanks to Russell King for suggesting to use __ref instead of the initial (and wrong) approach to use __cpuinit. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-picoxcell')
0 files changed, 0 insertions, 0 deletions