KVM: Fix build error on s390 due to missing tlbs_dirty
authorAvi Kivity <avi@redhat.com>
Wed, 8 Dec 2010 16:04:51 +0000 (18:04 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:30:50 +0000 (11:30 +0200)
Make it available for all archs.

Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h

index bd0da8f..b5021db 100644 (file)
@@ -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. */