aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/ipl.c
diff options
context:
space:
mode:
authorMichael Holzheu <holzheu@de.ibm.com>2008-03-05 12:37:15 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-03-05 12:37:19 +0100
commit208e559155c775ba63e9f6fe59ac6d1e15711d28 (patch)
treecd3cf5a71ce77e8435e6b2a4a9005b19d3b80b2a /arch/s390/kernel/ipl.c
parent684de39bd7957bfb1657a13ccb0c53a474708f2f (diff)
[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>
Diffstat (limited to 'arch/s390/kernel/ipl.c')
-rw-r--r--arch/s390/kernel/ipl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c
index 60acdc266db..375232c46c7 100644
--- a/arch/s390/kernel/ipl.c
+++ b/arch/s390/kernel/ipl.c
@@ -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)