projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b8c96
)
KVM: MMU: Fix debug output error in walk_addr()
author
Gui Jianfeng
<guijianfeng@cn.fujitsu.com>
Wed, 5 May 2010 01:58:33 +0000
(09:58 +0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 1 Aug 2010 07:35:39 +0000
(10:35 +0300)
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>
arch/x86/kvm/paging_tmpl.h
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/paging_tmpl.h
b/arch/x86/kvm/paging_tmpl.h
index
5c8ac06
..
15e379e
100644
(file)
--- 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, pt
e_access, pt
_access);
return 1;
not_present: