commit | b037a4f34ec51b6c8ccb352a04056c04a4bfc269 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Tue May 12 17:21:50 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:56 2009 +0300 |
tree | 9ae7a04c170ecfca9ac2973c69383454c0aa8e60 | |
parent | ca8723023f25c9a70d76cbd6101f8fb4ffec2fa0 [diff] |
KVM: s390: optimize float int lock: spin_lock_bh --> spin_lock The floating interrupt lock is only taken in process context. We can replace all spin_lock_bh with standard spin_lock calls. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Christian Ehrhardt <ehrhardt@de.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>