Skip to content

Commit 7afbeb6

Browse files
heicarstMartin Schwidefsky
authored andcommitted
s390/ipl: always use load normal for CCW-type re-IPL
commit 14890678687c ("s390/ipl: use load normal for LPAR re-ipl") missed to convert one code path to use load normal semantics for re-IPL. Convert the missing code path as well. Fixes: 14890678687c ("s390/ipl: use load normal for LPAR re-ipl") Reported-by: Michael Holzheu <[email protected]> Acked-by: Michael Holzheu <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
1 parent d03bd04 commit 7afbeb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/s390/kernel/ipl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,8 @@ static struct kset *ipl_kset;
564564

565565
static void __ipl_run(void *unused)
566566
{
567+
if (MACHINE_IS_LPAR && ipl_info.type == IPL_TYPE_CCW)
568+
diag308(DIAG308_LOAD_NORMAL_DUMP, NULL);
567569
diag308(DIAG308_LOAD_CLEAR, NULL);
568570
if (MACHINE_IS_VM)
569571
__cpcmd("IPL", NULL, 0, NULL);

0 commit comments

Comments
 (0)