Skip to content

Commit 8f1e70a

Browse files
svens-s390Vasily Gorbik
authored andcommitted
s390/boot: Add cmdline option to relocate lowcore
Now that everything has been converted, add the option 'relocate_lowcore' to enable relocating the lowcore. Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 97cee3d commit 8f1e70a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/s390/boot/ipl_parm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,7 @@ void parse_boot_command_line(void)
311311
prot_virt_host = 1;
312312
}
313313
#endif
314+
if (!strcmp(param, "relocate_lowcore") && test_facility(193))
315+
relocate_lowcore = 1;
314316
}
315317
}

0 commit comments

Comments
 (0)