Commit 5c663a15 authored by Avi Kivity's avatar Avi Kivity

KVM: Fix build error on s390 due to missing tlbs_dirty

Make it available for all archs.
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment