commit | 433b9ee43c233790c0ae7c02785d6d73fd4d4455 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Tue May 06 16:11:14 2014 +0200 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Mon Jul 21 13:22:34 2014 +0200 |
tree | daf80b34725d28a39555e7cacb1aaac6a5b4222e | |
parent | 4ae3c0815fb63cbed1afcd5bacc7705c6d1b9fec [diff] |
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>