KVM: s390: remove _bh locking from local_int.lock
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Fri, 16 May 2014 08:23:53 +0000 (10:23 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 21 Jul 2014 11:22:28 +0000 (13:22 +0200)
commit4ae3c0815fb63cbed1afcd5bacc7705c6d1b9fec
tree25212ba944cfbf2c012f5da378cfe67410846f67
parent0759d0681cae279e77ebb4b76175e330360b01d9
KVM: s390: remove _bh locking from local_int.lock

local_int.lock is not used in a bottom-half handler anymore, therefore we can
turn it into an ordinary spin_lock at all occurrences.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/sigp.c
This page took 0.036603 seconds and 5 git commands to generate.