]> git.openfabrics.org - ~emulex/infiniband.git/commit
KVM: s390: get rid of local_int array
authorJens Freimann <jfrei@linux.vnet.ibm.com>
Tue, 25 Feb 2014 14:36:45 +0000 (15:36 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 4 Mar 2014 09:41:03 +0000 (10:41 +0100)
commit1ee0bc559dc34fe36a29494faf7b7c91533bd31c
tree36e5f09fef31f25b5d3efe8afc45336ee677b368
parent13b191ae4afc0c29a5cd768f521ede5c72a608cb
KVM: s390: get rid of local_int array

We can use kvm_get_vcpu() now and don't need the
local_int array in the floating_int struct anymore.
This also means we don't have to hold the float_int.lock
in some places.

Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/interrupt.c
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/sigp.c