From: Avi Kivity Date: Wed, 8 Dec 2010 16:04:51 +0000 (+0200) Subject: KVM: Fix build error on s390 due to missing tlbs_dirty X-Git-Tag: v2.6.38-rc1~244^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c663a1534d27d817e17eed06a83d08f497f9f4f;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git KVM: Fix build error on s390 due to missing tlbs_dirty Make it available for all archs. Signed-off-by: Avi Kivity --- diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index bd0da8f..b5021db 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -256,8 +256,8 @@ struct kvm { struct mmu_notifier mmu_notifier; unsigned long mmu_notifier_seq; long mmu_notifier_count; - long tlbs_dirty; #endif + long tlbs_dirty; }; /* The guest did something we don't support. */