summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/als.c
Commit message (Collapse)AuthorAgeFilesLines
* s390/als: avoid .init.* sections usageVasily Gorbik2018-06-251-10/+9
| | | | | | | | | | Since als.c is the part of the decompressor only, there is no point in using init sections for code and data. That's just creating extra sections in the decompressor image. 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>
* s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik2018-06-251-0/+127
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>
OpenPOWER on IntegriCloud