KVM: s390: remove _bh locking from start_stop_lock
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Tue, 6 May 2014 14:11:14 +0000 (16:11 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 21 Jul 2014 11:22:34 +0000 (13:22 +0200)
commit433b9ee43c233790c0ae7c02785d6d73fd4d4455
treedaf80b34725d28a39555e7cacb1aaac6a5b4222e
parent4ae3c0815fb63cbed1afcd5bacc7705c6d1b9fec
KVM: s390: remove _bh locking from start_stop_lock

The start_stop_lock is no longer acquired when in atomic context, therefore we
can convert it into an ordinary spin_lock.

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/kvm-s390.c