]> err.no Git - linux-2.6/blobdiff - drivers/kvm/paging_tmpl.h
Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux13...
[linux-2.6] / drivers / kvm / paging_tmpl.h
index b94010dad809322e7834590fdf14d7dfa75778d1..73ffbffb1097bf9b70d5cfd0e44a291870613384 100644 (file)
@@ -448,7 +448,7 @@ static int FNAME(page_fault)(struct kvm_vcpu *vcpu, gva_t addr,
        if (is_io_pte(*shadow_pte))
                return 1;
 
-       ++kvm_stat.pf_fixed;
+       ++vcpu->stat.pf_fixed;
        kvm_mmu_audit(vcpu, "post page fault (fixed)");
 
        return write_pt;