提交 5c663a15 编写于 作者: A Avi Kivity

KVM: Fix build error on s390 due to missing tlbs_dirty

Make it available for all archs.
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 81dd35d4
......@@ -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. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册