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)
commit2dd26659e3167526212b7b3a18a5c747058aff1e
treef39497fc35bf173f42d8859b92e9d40e6787bb9d
parenta5802353b1ee8e4c97e5c255bed7651b924098fa
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