diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-18 20:40:13 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-19 18:26:29 +0100 |
commit | 94ae0275d7d6cae84b3af11f9e3d88f529528ac7 (patch) | |
tree | e2dfa88af42686f303da93dc2fce4ad7e143ab84 /Documentation | |
parent | ARM: fix a section mismatch warning with our use of memblock (diff) | |
download | linux-94ae0275d7d6cae84b3af11f9e3d88f529528ac7.tar.xz linux-94ae0275d7d6cae84b3af11f9e3d88f529528ac7.zip |
ARM: vexpress: fix two section mismatch warnings
WARNING: vmlinux.o(.text+0x1bc9c): Section mismatch in reference from the function ct_ca9x4_init_cpu_map() to the function .init.text:scu_get_core_count()
The function ct_ca9x4_init_cpu_map() references
the function __init scu_get_core_count().
WARNING: vmlinux.o(.text+0x1bce8): Section mismatch in reference from the function ct_ca9x4_init_cpu_map() to the function .init.text:set_smp_cross_call()
The function ct_ca9x4_init_cpu_map() references
the function __init set_smp_cross_call().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions