Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/als: Remove obsolete comment

The bss section of the decompressor is part of the compressed kernel image
since commit 980d5f9ab36b ("s390/boot: enable .bss section for compressed
kernel").

Remove a now incorrect comment that states that the bss section must not be
accessed.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

-8
-8
arch/s390/boot/als.c
··· 9 9 #include <asm/sclp.h> 10 10 #include "boot.h" 11 11 12 - /* 13 - * The code within this file will be called very early. It may _not_ 14 - * access anything within the bss section, since that is not cleared 15 - * yet and may contain data (e.g. initrd) that must be saved by other 16 - * code. 17 - * For temporary objects the stack (16k) should be used. 18 - */ 19 - 20 12 static unsigned long als[] = { FACILITIES_ALS }; 21 13 22 14 static void u16_to_hex(char *str, u16 val)