diff options
-rw-r--r-- | arch/x86/kvm/paging_tmpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index 5c8ac060442f..15e379eaf3b0 100644 --- a/arch/x86/kvm/paging_tmpl.h +++ b/arch/x86/kvm/paging_tmpl.h | |||
@@ -229,7 +229,7 @@ walk: | |||
229 | walker->pt_access = pt_access; | 229 | walker->pt_access = pt_access; |
230 | walker->pte_access = pte_access; | 230 | walker->pte_access = pte_access; |
231 | pgprintk("%s: pte %llx pte_access %x pt_access %x\n", | 231 | pgprintk("%s: pte %llx pte_access %x pt_access %x\n", |
232 | __func__, (u64)pte, pt_access, pte_access); | 232 | __func__, (u64)pte, pte_access, pt_access); |
233 | return 1; | 233 | return 1; |
234 | 234 | ||
235 | not_present: | 235 | not_present: |