commit | 1ee0bc559dc34fe36a29494faf7b7c91533bd31c | [log] [tgz] |
---|---|---|
author | Jens Freimann <jfrei@linux.vnet.ibm.com> | Tue Feb 25 15:36:45 2014 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Tue Mar 04 10:41:03 2014 +0100 |
tree | 36e5f09fef31f25b5d3efe8afc45336ee677b368 | |
parent | 13b191ae4afc0c29a5cd768f521ede5c72a608cb [diff] |
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>