[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/mm: Fix compile with DEBUG_TRACE_DUMP turned on
Signed-off-by: Aravindh Puthiyaparambil <aravindp@xxxxxxxxx> diff --git a/xen/arch/x86/mm/p2m.c b/xen/arch/x86/mm/p2m.c index ee527da..a218131 100644 --- a/xen/arch/x86/mm/p2m.c +++ b/xen/arch/x86/mm/p2m.c @@ -422,14 +422,13 @@ int p2m_alloc_table(struct p2m_domain *p2m) goto error; p2m->defer_nested_flush = 0; - P2M_PRINTK("p2m table initialised (%u pages)\n", page_count); + P2M_PRINTK("p2m table initialised for slot zero\n"); p2m_unlock(p2m); return 0; spin_unlock(&p2m->domain->page_alloc_lock); error: - P2M_PRINTK("failed to initialize p2m table, gfn=%05lx, mfn=%" - PRI_mfn "\n", gfn, mfn_x(mfn)); + P2M_PRINTK("failed to initialise p2m table for slot zero\n"); p2m_unlock(p2m); return -ENOMEM; } -- 1.8.3.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |