Re: [PATCH v11 01/13] powerpc/32: Move early_init() in a separate file

2019-05-03 Thread Michael Ellerman
On Fri, 2019-04-26 at 16:23:25 UTC, Christophe Leroy wrote: > In preparation of KASAN, move early_init() into a separate > file in order to allow deactivation of KASAN for that function. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c

[PATCH v11 01/13] powerpc/32: Move early_init() in a separate file

2019-04-26 Thread Christophe Leroy
In preparation of KASAN, move early_init() into a separate file in order to allow deactivation of KASAN for that function. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/Makefile | 2 +- arch/powerpc/kernel/early_32.c | 36 arch/powerpc/kernel/set