From: Thomas Huth Date: Wed, 1 Oct 2014 12:48:42 +0000 (+0200) Subject: KVM: s390: Make the simple ipte mutex specific to a VM instead of global X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~117^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b7e459ff6d569227980f711664f927100c73a8;p=pandora-kernel.git KVM: s390: Make the simple ipte mutex specific to a VM instead of global The ipte-locking should be done for each VM seperately, not globally. This way we avoid possible congestions when the simple ipte-lock is used and multiple VMs are running. Suggested-by: Heiko Carstens Signed-off-by: Thomas Huth Acked-by: Heiko Carstens Reviewed-by: Christian Borntraeger Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed