KVM: switch per-VM stats to u64
[linux-2.6-microblaze.git] / arch / mips / include / asm / kvm_host.h
index fca4547..4245c08 100644 (file)
@@ -109,7 +109,7 @@ static inline bool kvm_is_error_hva(unsigned long addr)
 }
 
 struct kvm_vm_stat {
-       ulong remote_tlb_flush;
+       u64 remote_tlb_flush;
 };
 
 struct kvm_vcpu_stat {