mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
81dd35d42c
commit
5c663a1534
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user