KVM: MMU: Fix debug output error in walk_addr()
[deliverable/linux.git] / arch / x86 / kvm / paging_tmpl.h
index 5c8ac060442fdc818d658205d56948c1b3cab5d6..15e379eaf3b06d80ac7c4079ad2e1baa7df989e0 100644 (file)
@@ -229,7 +229,7 @@ walk:
        walker->pt_access = pt_access;
        walker->pte_access = pte_access;
        pgprintk("%s: pte %llx pte_access %x pt_access %x\n",
-                __func__, (u64)pte, pt_access, pte_access);
+                __func__, (u64)pte, pte_access, pt_access);
        return 1;
 
 not_present:
This page took 0.024751 seconds and 5 git commands to generate.