Skip to content

Commit 6fa7aea

Browse files
committed
s390/als: Remove obsolete comment
The bss section of the decompressor is part of the compressed kernel image since commit 980d5f9 ("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 <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 992b706 commit 6fa7aea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/s390/boot/als.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
#include <asm/sclp.h>
1010
#include "boot.h"
1111

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-
2012
static unsigned long als[] = { FACILITIES_ALS };
2113

2214
static void u16_to_hex(char *str, u16 val)

0 commit comments

Comments
 (0)