Fix typo in audit_p2m(), SHARED_P2M_ENTRY does not exist. Without this change, p2m.c fails to compile if P2M_AUDIT is enabled. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- xen-unstable.hg-4.1.21976.orig/xen/arch/x86/mm/p2m.c +++ xen-unstable.hg-4.1.21976/xen/arch/x86/mm/p2m.c @@ -1965,7 +1965,7 @@ static void audit_p2m(struct p2m_domain continue; } - if ( gfn == SHARED_P2M_ENTRY) + if ( gfn == SHARED_M2P_ENTRY ) { P2M_PRINTK("shared mfn (%lx) on domain page list!\n", mfn); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel