]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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 bd0da8f12500de93f29e53b5724f97d0ad715131..b5021db218587027648d0cfb0f10356899f7f94c 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. */