WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Cleanup panic

# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1186159479 21600
# Node ID 90c830835ec1111c333c501a173c78a584e6d048
# Parent  0cf0feba58fb0edcc68eb4bbc97d41a67031bede
[IA64] Cleanup panic

Cleanup panic to get a carriage return at the end

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/xen/mm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 0cf0feba58fb -r 90c830835ec1 xen/arch/ia64/xen/mm.c
--- a/xen/arch/ia64/xen/mm.c    Fri Aug 03 09:13:01 2007 -0600
+++ b/xen/arch/ia64/xen/mm.c    Fri Aug 03 10:44:39 2007 -0600
@@ -814,7 +814,7 @@ assign_new_domain0_page(struct domain *d
     if (pte_none(*pte)) {
         struct page_info *p = __assign_new_domain_page(d, mpaddr, pte);
         if (p == NULL) {
-            panic("%s: can't allocate page for dom0", __func__);
+            panic("%s: can't allocate page for dom0\n", __func__);
         }
     }
 }

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Cleanup panic, Xen patchbot-unstable <=