summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
diff options
context:
space:
mode:
authorGui Jianfeng <guijianfeng@cn.fujitsu.com>2010-05-05 09:58:33 +0800
committerAvi Kivity <avi@redhat.com>2010-08-01 10:35:39 +0300
commit518c5a05e89a79e498c95c3e29f29bd236b3c972 (patch)
tree0bcede9523324e7f27dfcce415949cb6e3f0f286 /arch/x86/kvm/paging_tmpl.h
parentf3b8c964a9a6cfef6d3ca778648d53947b9fd257 (diff)
downloadop-kernel-dev-518c5a05e89a79e498c95c3e29f29bd236b3c972.zip
op-kernel-dev-518c5a05e89a79e498c95c3e29f29bd236b3c972.tar.gz
KVM: MMU: Fix debug output error in walk_addr()
Fix a debug output error in walk_addr Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/paging_tmpl.h')
-rw-r--r--arch/x86/kvm/paging_tmpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h
index 5c8ac06..15e379e 100644
--- a/arch/x86/kvm/paging_tmpl.h
+++ b/arch/x86/kvm/paging_tmpl.h
@@ -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:
OpenPOWER on IntegriCloud