Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)