From: Christian Borntraeger Date: Wed, 17 Dec 2014 09:36:04 +0000 (+0100) Subject: KVM: s390: no need to hold the kvm->mutex for floating interrupts X-Git-Tag: fixes-v4.0-rc1~113^2~36^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a8d456263849152826542c7cb0a164b90e68a8;p=pandora-kernel.git KVM: s390: no need to hold the kvm->mutex for floating interrupts The kvm mutex was (probably) used to protect against cpu hotplug. The current code no longer needs to protect against that, as we only rely on CPU data structures that are guaranteed to be available if we can access the CPU. (e.g. vcpu_create will put the cpu in the array AFTER the cpu is ready). Signed-off-by: Christian Borntraeger Acked-by: Cornelia Huck Reviewed-by: Jens Freimann --- Reading git-diff-tree failed