projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3699ba2
)
Fix typo in audit_p2m(), SHARED_P2M_ENTRY does not exist.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 24 Aug 2010 15:15:56 +0000
(16:15 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 24 Aug 2010 15:15:56 +0000
(16:15 +0100)
Without this change, p2m.c fails to compile if P2M_AUDIT is enabled.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
xen/arch/x86/mm/p2m.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/p2m.c
b/xen/arch/x86/mm/p2m.c
index 645b6869373ce2fb7b1264700cdea201dcbd8c22..6d12ec2c2a271fca49ce596bd0503fd6da52eca7 100644
(file)
--- a/
xen/arch/x86/mm/p2m.c
+++ b/
xen/arch/x86/mm/p2m.c
@@
-1965,7
+1965,7
@@
static void audit_p2m(struct p2m_domain *p2m)
continue;
}
- if ( gfn == SHARED_
P2M_ENTRY
)
+ if ( gfn == SHARED_
M2P_ENTRY
)
{
P2M_PRINTK("shared mfn (%lx) on domain page list!\n",
mfn);