Commit 8f1e70ad authored by Sven Schnelle's avatar Sven Schnelle Committed by Vasily Gorbik
Browse files

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: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarSven Schnelle <svens@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 97cee3dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -311,5 +311,7 @@ void parse_boot_command_line(void)
				prot_virt_host = 1;
		}
#endif
		if (!strcmp(param, "relocate_lowcore") && test_facility(193))
			relocate_lowcore = 1;
	}
}