]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: SIGP START has to report BUSY while stopping a CPU
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 3 Dec 2013 11:54:55 +0000 (12:54 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 11 Dec 2013 18:05:21 +0000 (19:05 +0100)
commitaf1e29d62c08947fa23e51a7229efe94cd5a69fe
tree1cc8bdf6bbfb20ac2beb9ef0db0ee5ef932e1840
parentcdbe15061ca78be4fd048d6c5f3ca17506358464
KVM: s390: SIGP START has to report BUSY while stopping a CPU

Just like the RESTART order, the START order also has to report BUSY
while a STOP request is pending, to avoid that the START might be
ignored due to a race condition between the STOP and the START order.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
arch/s390/include/asm/sigp.h
arch/s390/kvm/sigp.c