浏览代码

KVM: Fix build error on s390 due to missing tlbs_dirty

Make it available for all archs.

Signed-off-by: Avi Kivity <avi@redhat.com>
Avi Kivity 14 年之前
父节点
当前提交
5c663a1534
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/kvm_host.h

+ 1 - 1
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. */