powerpc/32: Split kexec low level code out of misc_32.S
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 29 Oct 2019 12:13:57 +0000 (12:13 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Nov 2019 04:41:34 +0000 (15:41 +1100)
commit9f7bd9201521b3ad11e96887550dd3e835ba01cb
tree73129e89374cb7c46870d506e3c7f7a67de18346
parent8795a739e5c72abeec51caf36b6df2b37e5720c5
powerpc/32: Split kexec low level code out of misc_32.S

Almost half of misc_32.S is dedicated to kexec.
That's the relocation function for kexec.

Drop it into a dedicated kexec_relocate_32.S

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e235973a1198195763afd3b6baffa548a83f4611.1572351221.git.christophe.leroy@c-s.fr
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/kexec_relocate_32.S [new file with mode: 0644]
arch/powerpc/kernel/misc_32.S