From: Gui Jianfeng Date: Wed, 5 May 2010 01:58:33 +0000 (+0800) Subject: KVM: MMU: Fix debug output error in walk_addr() X-Git-Tag: 2.1b_release~7602^2~165 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=518c5a05e89a79e498c95c3e29f29bd236b3c972;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git KVM: MMU: Fix debug output error in walk_addr() Fix a debug output error in walk_addr Signed-off-by: Gui Jianfeng Signed-off-by: Avi Kivity --- 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: