Commit 208e5591 authored by Michael Holzheu's avatar Michael Holzheu Committed by Martin Schwidefsky

[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: default avatarMichael Holzheu <holzheu@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 684de39b
......@@ -704,6 +704,7 @@ void reipl_run(struct shutdown_trigger *trigger)
default:
break;
}
disabled_wait((unsigned long) __builtin_return_address(0));
}
static void __init reipl_probe(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment