]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee15c48fbe92c91ec525da6d2c1a7c52975467b6
tree25212ba944cfbf2c012f5da378cfe67410846f67
parent628394c3b490a0e3ffac28e2a1333fa5296560c3
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