diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-19 14:35:19 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-19 17:26:29 (GMT) |
commit | bc2827d08cb31de5ab3a467a3e1572d8437340e6 (patch) | |
tree | f75be9f88248090ef21b01c63f43d250b677f4c9 /arch/arm/mm/cache-v7.S | |
parent | 7a28b5a25f212b5f17cc0c973d1b8baa16069dd5 (diff) | |
download | linux-fsl-qoriq-bc2827d08cb31de5ab3a467a3e1572d8437340e6.tar.xz |
ARM: fix a section mismatch warning with our use of memblock
Commit 716a3dc2008 (ARM: Add arm_memblock_steal() to allocate memory
away from the kernel) added a function which calls memblock_alloc().
This causes a section conflict:
WARNING: vmlinux.o(.text+0xc614): Section mismatch in reference from the function arm_memblock_steal() to the function .init.text:memblock_alloc()
The function arm_memblock_steal() references
the function __init memblock_alloc().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/cache-v7.S')
0 files changed, 0 insertions, 0 deletions