OSDN Git Service

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)
commitd69ca6bab39e84a84781535b977c7e62c8f84d37
treea4ef456c1617d7960086862b7fdeebb042398840
parent069239169ab060da4236a59d35aec91084cc694d
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