Re: powerpc/mm: Fix section mismatch warning
From: Michael Ellerman <hidden>
Date: 2019-04-21 14:49:27
From: Michael Ellerman <hidden>
Date: 2019-04-21 14:49:27
On Sat, 2019-03-30 at 05:43:45 UTC, "Aneesh Kumar K.V" wrote:
This patch fix the below section mismatch warnings. WARNING: vmlinux.o(.text+0x2d1f44): Section mismatch in reference from the function devm_memremap_pages_release() to the function .meminit.text:arch_remove_memory() WARNING: vmlinux.o(.text+0x2d265c): Section mismatch in reference from the function devm_memremap_pages() to the function .meminit.text:arch_add_memory() Signed-off-by: Aneesh Kumar K.V <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/26ad26718dfaa7cf49d106d212ebf237 cheers