]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390/als: Remove obsolete comment
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 4 Sep 2024 09:39:22 +0000 (11:39 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 7 Sep 2024 15:12:41 +0000 (17:12 +0200)
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>
arch/s390/boot/als.c

index 47c48fbfb563d206dc401e8d6b0bc175d9185134..efb6caa89e03bacc512fc8544fb11d6f22624787 100644 (file)
@@ -9,14 +9,6 @@
 #include <asm/sclp.h>
 #include "boot.h"
 
-/*
- * The code within this file will be called very early. It may _not_
- * access anything within the bss section, since that is not cleared
- * yet and may contain data (e.g. initrd) that must be saved by other
- * code.
- * For temporary objects the stack (16k) should be used.
- */
-
 static unsigned long als[] = { FACILITIES_ALS };
 
 static void u16_to_hex(char *str, u16 val)