Skip to content
Commit bc2827d0 authored by Russell King's avatar Russell King
Browse files

ARM: fix a section mismatch warning with our use of memblock



Commit 716a3dc2 (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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7a28b5a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment