Re: [PATCH] powerpc/64: mark start_here_multiplatform as __ref

2019-06-30 Thread Michael Ellerman
On Fri, 2019-05-10 at 06:31:28 UTC, Christophe Leroy wrote: > Otherwise, the following warning is encountered: > > WARNING: vmlinux.o(.text+0x3dc6): Section mismatch in reference from the > variable start_here_multiplatform to the function .init.text:.early_setup() > The function start_here_multi

[PATCH] powerpc/64: mark start_here_multiplatform as __ref

2019-05-09 Thread Christophe Leroy
Otherwise, the following warning is encountered: WARNING: vmlinux.o(.text+0x3dc6): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:.early_setup() The function start_here_multiplatform() references the function __init .early_setup(). This is ofte