Browse Source

[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>
Michael Holzheu 17 years ago
parent
commit
208e559155
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/s390/kernel/ipl.c

+ 1 - 0
arch/s390/kernel/ipl.c

@@ -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)