]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[S390] Force PSW restart on online CPU
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 24 Aug 2011 15:17:10 +0000 (17:17 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 24 Aug 2011 15:17:10 +0000 (17:17 +0200)
commit2250a1afae9d84f6afff57f6f2884e7bc03cf12e
treee59dd9491ab21b1fc828dfc08ae5de6feb0fa08d
parent5db5f6fa504684715683fde1677a3e0629797a5a
[S390] Force PSW restart on online CPU

Reference ID: RAS1101
From: Michael Holzheu <holzheu@linux.vnet.ibm.com>

PSW restart can be triggered on offline CPUs. If this happens, currently
the PSW restart code fails, because functions like smp_processor_id()
do not work on offline CPUs. This patch fixes this as follows:

If PSW restart is triggered on an offline CPU, the PSW restart (sigp restart)
is done a second time on another CPU that is online and the old CPU is
stopped afterwards.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/smp.h
arch/s390/kernel/ipl.c
arch/s390/kernel/smp.c