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 <[email protected]> Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent 97cee3d commit 8f1e70a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)