commit | 5c663a1534d27d817e17eed06a83d08f497f9f4f | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Dec 08 18:04:51 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:50 2011 +0200 |
tree | 58b690d0ed4df12e81213c581db34b8bac2780c3 | |
parent | 81dd35d42c9aef3c1f7ae6ce4cf6a0d382661db5 [diff] [blame] |
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>
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index bd0da8f..b5021db 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h
@@ -256,8 +256,8 @@ 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. */