Searched hist:"433 b9ee43c233790c0ae7c02785d6d73fd4d4455" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | diff 433b9ee43c233790c0ae7c02785d6d73fd4d4455 Tue May 06 09:11:14 CDT 2014 David Hildenbrand <dahi@linux.vnet.ibm.com> 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>
|