mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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>
This commit is contained in:
parent
97cee3dd4a
commit
8f1e70adb1
|
|
@ -311,5 +311,7 @@ void parse_boot_command_line(void)
|
||||||
prot_virt_host = 1;
|
prot_virt_host = 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
if (!strcmp(param, "relocate_lowcore") && test_facility(193))
|
||||||
|
relocate_lowcore = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user