linux/arch/s390/boot/compressed
Heiko Carstens be2412c247 s390/als: convert architecture level set code to C
There is no reason to have this code in assembly language. Therefore
convert it to C.

Note that this code needs special treatment: it is called very early
and one of the side effects is that e.g. the bss section is not
cleared. Therefore the preferred way for static variables is to put
them on the stack which has a size of 16KB.

There is no functional change with this patch.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-07-31 05:27:58 -04:00
..
.gitignore s390: add various .gitignore files. 2012-05-16 14:42:41 +02:00
Makefile s390/als: convert architecture level set code to C 2016-07-31 05:27:58 -04:00
head.S s390: remove "64" suffix from a couple of files 2015-03-25 11:49:34 +01:00
misc.c lib/decompressors: use real out buf size for gunzip with kernel 2015-09-10 13:29:01 -07:00
vmlinux.lds.S s390: remove 31 bit support 2015-03-25 11:49:33 +01:00
vmlinux.scr [S390] add support for compressed kernels 2010-02-26 22:37:33 +01:00