]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Fri, 6 Jun 2014 08:25:09 +0000 (10:25 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 28 Oct 2014 12:09:14 +0000 (13:09 +0100)
commita51d452c4132e2557dd79a2cb619af48e67a0d10
treeec8594d77600ecb84dec4ed06e6c835702470f48
parentd7d582737438f1c26ac077598767835f0a9052c3
KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)

In preparation for further code changes (e.g. getting rid of action_flags),
this patch splits the handling of the two sigp orders SIGP STOP and SIGP STOP
AND STORE STATUS by introducing a separate handler function for SIGP STOP AND
STORE STATUS.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/sigp.c