Re: [PATCH 2/4] ARM: tegra: avoid section mismatch warning
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-12-11 10:09:13
Also in:
linux-tegra, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-12-11 10:09:13
Also in:
linux-tegra, lkml
On Tue, Dec 11, 2018 at 11:05 AM Thierry Reding [off-list ref] wrote:
On Mon, Dec 10, 2018 at 10:58:37PM +0100, Arnd Bergmann wrote:quoted
WARNING: vmlinux.o(.text+0x39ecc): Section mismatch in reference from the function tegra114_gic_cpu_pm_registration() to the (unknown reference) .init.rodata:(unknown) The function tegra114_gic_cpu_pm_registration() references the (unknown reference) __initconst (unknown). This is often because tegra114_gic_cpu_pm_registration lacks a __initconst annotation or the annotation of (unknown) is wrong. Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- arch/arm/mach-tegra/irq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)I'm not seeing these. Do I need to enable any special options to trigger these? Or are these just so new that I haven't run into them yet?
My guess would be that this is a result of the CONFIG_NO_AUTO_INLINE
option that is now available in linux-next.
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel