]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/32: Move early_init() in a separate file
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 26 Apr 2019 16:23:25 +0000 (16:23 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:25 +0000 (01:20 +1000)
commit3f5802cbf0a4eab17856ebb94f052aa4b83b0716
treea4ef456c1617d7960086862b7fdeebb042398840
parente27ae8195fa53697c1879d145c84d580af13e59a
powerpc/32: Move early_init() in a separate file

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 <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/early_32.c [new file with mode: 0644]
arch/powerpc/kernel/setup_32.c