diff options
author | 2011-01-22 17:22:34 +0000 | |
---|---|---|
committer | 2011-01-25 15:08:01 +0000 | |
commit | ec15038f2becd710eef7485baff7830abb1c9330 (patch) | |
tree | 87e4f3923fa3f589765eddffbb332d3c235db7f8 /mm/pgtable-generic.c | |
parent | Linux 2.6.38-rc2 (diff) | |
download | wireguard-linux-ec15038f2becd710eef7485baff7830abb1c9330.tar.xz wireguard-linux-ec15038f2becd710eef7485baff7830abb1c9330.zip |
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>
Diffstat (limited to 'mm/pgtable-generic.c')
0 files changed, 0 insertions, 0 deletions