s390: move vmalloc option parsing to startup code
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 2 Aug 2019 10:28:20 +0000 (12:28 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 21 Aug 2019 10:41:43 +0000 (12:41 +0200)
commit59793c5ab93fed9661deaf6d8ba054af681c0a6a
tree732f6ea401fca87cab2a995d8a32140157c8c2af
parentf62f7dcbf023160ca47eb4bc7228ece8207f8a8e
s390: move vmalloc option parsing to startup code

Few other crucial memory setup options are already handled in
the startup code. Those values are needed by kaslr and kasan
implementations. "vmalloc" is the last piece required for future
improvements such as early decision on kernel page levels depth required
for actual memory setup, as well as vmalloc memory area access monitoring
in kasan.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/include/asm/pgtable.h
arch/s390/include/asm/setup.h
arch/s390/kernel/setup.c