s390/boot: make head.S and als.c be part of the decompressor only
authorVasily Gorbik <gor@linux.ibm.com>
Tue, 12 Jun 2018 13:11:40 +0000 (15:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 25 Jun 2018 08:14:38 +0000 (10:14 +0200)
commit8282cd64d0f9a5292e9f8408a96733523e7f1fec
tree7be0fc5a7a351a394c92b1b4463bed6ac8e0c74b
parentbd79d66329580d6c3fd9556423d2e5124906cfdd
s390/boot: make head.S and als.c be part of the decompressor only

Since uncompressed kernel image does not have to be bootable anymore,
move head.S, head_kdump.S and als.c to boot/ folder and compile them
in just in the decompressor.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Makefile
arch/s390/boot/Makefile
arch/s390/boot/als.c [moved from arch/s390/kernel/als.c with 99% similarity]
arch/s390/boot/compressed/Makefile
arch/s390/boot/head.S [moved from arch/s390/kernel/head.S with 100% similarity]
arch/s390/boot/head_kdump.S [moved from arch/s390/kernel/head_kdump.S with 100% similarity]
arch/s390/kernel/Makefile
arch/s390/kernel/entry.h
arch/s390/kernel/head64.S
arch/s390/kernel/vmlinux.lds.S