]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[S390] Fix reboot hang on LPARs
authorMichael Holzheu <holzheu@de.ibm.com>
Fri, 15 Dec 2006 16:18:22 +0000 (17:18 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 15 Dec 2006 16:18:22 +0000 (17:18 +0100)
commita45e14148fb34175cba042df8979e7982758635f
tree10add976d1291f4172e95aea60e2c44594b9813d
parentb3c14d0bfd1739b930f26df90552a4d8cdcca0a6
[S390] Fix reboot hang on LPARs

Reboot hangs on LPARs without diag308 support. The reason for this is,
that before the reboot is done, the channel subsystem is shut down.
During the reset on each possible subchannel a "store subchannel" is
done. This operation can end in a program check interruption, if the
specified subchannel set is not implemented by the hardware. During
the reset, currently we do not have a program check handler, which
leads to the described kernel bug. We install now a new program check
handler for the reboot code to fix this problem.

Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/ipl.c
arch/s390/kernel/reset.S
drivers/s390/cio/cio.c
include/asm-s390/reset.h