[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] x86/mm: Fix compile with DEBUG_TRACE_DUMP turned on



commit 0b17a5583ee32b4c01dae24827efbe518a696537
Author:     Aravindh Puthiyaparambil <aravindp@xxxxxxxxx>
AuthorDate: Mon Mar 31 17:32:54 2014 -0700
Commit:     Tim Deegan <tim@xxxxxxx>
CommitDate: Thu Apr 3 10:29:50 2014 +0100

    x86/mm: Fix compile with DEBUG_TRACE_DUMP turned on
    
    Signed-off-by: Aravindh Puthiyaparambil <aravindp@xxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
---
 xen/arch/x86/mm/p2m.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/xen/arch/x86/mm/p2m.c b/xen/arch/x86/mm/p2m.c
index ec08e18..13d5e76 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;
 }
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.