alistair23-linux/arch/arm/mach-vexpress
Russell King ec15038f2b ARM: realview,vexpress: fix section mismatch warning for pen_release
Fix two section mismatch warnings in the platform SMP bringup code for
Realview and Versatile Express:

WARNING: arch/arm/mach-realview/built-in.o(.text+0x8ac): Section mismatch in reference from the function write_pen_release() to the variable .cpuinit.data:pen_release
The function write_pen_release() references
the variable __cpuinitdata pen_release.
This is often because write_pen_release lacks a __cpuinitdata
annotation or the annotation of pen_release is wrong.

WARNING: arch/arm/mach-vexpress/built-in.o(.text+0x7b4): Section mismatch in reference from the function write_pen_release() to the variable .cpuinit.data:pen_release
The function write_pen_release() references
the variable __cpuinitdata pen_release.
This is often because write_pen_release lacks a __cpuinitdata
annotation or the annotation of pen_release is wrong.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-01-25 15:08:01 +00:00
..
include/mach Merge branch 'misc' into devel 2011-01-06 22:32:52 +00:00
core.h ARM: GIC: consolidate gic_cpu_base_addr to common GIC code 2010-12-14 19:21:42 +00:00
ct-ca9x4.c Merge branch 'misc' into devel 2011-01-06 22:32:52 +00:00
headsmp.S ARM: 6508/1: vexpress: Correct data alignment in headsmp.S for CONFIG_THUMB2_KERNEL 2010-11-30 13:44:27 +00:00
hotplug.c ARM: CPU hotplug: add Versatile Express hotplug CPU support 2010-12-20 15:09:15 +00:00
Kconfig
localtimer.c ARM: Add Versatile Express SMP support 2010-05-02 09:35:39 +01:00
Makefile ARM: CPU hotplug: add Versatile Express hotplug CPU support 2010-12-20 15:09:15 +00:00
Makefile.boot
platsmp.c ARM: realview,vexpress: fix section mismatch warning for pen_release 2011-01-25 15:08:01 +00:00
v2m.c Merge branch 'misc' into devel 2011-01-06 22:32:52 +00:00