[S390] Load disabled wait psw if reipl fails.
Normally this should not happen, but it's cleaner to do it that way. Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
684de39bd7
commit
208e559155
|
@ -704,6 +704,7 @@ void reipl_run(struct shutdown_trigger *trigger)
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
disabled_wait((unsigned long) __builtin_return_address(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init reipl_probe(void)
|
static void __init reipl_probe(void)
|
||||||
|
|
Loading…
Reference in New Issue