powerpc/kexec: Move kexec files into a dedicated subdir.
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 29 Oct 2019 12:13:58 +0000 (12:13 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Nov 2019 04:41:34 +0000 (15:41 +1100)
commit793b08e2efff3ec020c5c5861d00ed394fcdd488
tree0a0ccae4f55def043a319f6b1654d558d0254a53
parent9f7bd9201521b3ad11e96887550dd3e835ba01cb
powerpc/kexec: Move kexec files into a dedicated subdir.

arch/powerpc/kernel/ contains 8 files dedicated to kexec.

Move them into a dedicated subdirectory.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[mpe: Move to a/p/kexec, drop the 'machine' naming and use 'core' instead]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/afbef97ec6a978574a5cf91a4441000e0a9da42a.1572351221.git.christophe.leroy@c-s.fr
19 files changed:
arch/powerpc/Kbuild
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/crash.c [deleted file]
arch/powerpc/kernel/ima_kexec.c [deleted file]
arch/powerpc/kernel/kexec_elf_64.c [deleted file]
arch/powerpc/kernel/kexec_relocate_32.S [deleted file]
arch/powerpc/kernel/machine_kexec.c [deleted file]
arch/powerpc/kernel/machine_kexec_32.c [deleted file]
arch/powerpc/kernel/machine_kexec_64.c [deleted file]
arch/powerpc/kernel/machine_kexec_file_64.c [deleted file]
arch/powerpc/kexec/Makefile [new file with mode: 0644]
arch/powerpc/kexec/core.c [new file with mode: 0644]
arch/powerpc/kexec/core_32.c [new file with mode: 0644]
arch/powerpc/kexec/core_64.c [new file with mode: 0644]
arch/powerpc/kexec/crash.c [new file with mode: 0644]
arch/powerpc/kexec/elf_64.c [new file with mode: 0644]
arch/powerpc/kexec/file_load.c [new file with mode: 0644]
arch/powerpc/kexec/ima.c [new file with mode: 0644]
arch/powerpc/kexec/relocate_32.S [new file with mode: 0644]