mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 12:52:40 -04:00
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>
This commit is contained in:
@@ -229,7 +229,7 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user