]> git.baikalelectronics.ru Git - kernel.git/commit
s390/als: avoid .init.* sections usage
authorVasily Gorbik <gor@linux.ibm.com>
Tue, 12 Jun 2018 13:14:51 +0000 (15:14 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 25 Jun 2018 08:14:38 +0000 (10:14 +0200)
commit0395d118014e70945472afc850683c0a48171a06
treef39497fc35bf173f42d8859b92e9d40e6787bb9d
parentcc45078a816a78382e003f9233718eb2918549b1
s390/als: avoid .init.* sections usage

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>
arch/s390/boot/als.c