Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */