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-ppc-devel

[XenPPC] [xenppc-unstable] [ppc] undo consold sync on BUG(), alternate u

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] undo consold sync on BUG(), alternate upstream fix in pipeline
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 30 Jun 2006 11:31:55 +0000
Delivery-date: Fri, 30 Jun 2006 04:36:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID ffdf3f94a727de6ccd23a245ba7e70e3ee38a657
# Parent  316eff29c61c2e50c2360e27d9ad93fc28def477
[ppc] undo consold sync on BUG(),alternate upstream fix in pipeline
---
 xen/include/xen/lib.h |    3 ---
 1 files changed, 3 deletions(-)

diff -r 316eff29c61c -r ffdf3f94a727 xen/include/xen/lib.h
--- a/xen/include/xen/lib.h     Fri Jun 30 07:21:58 2006 -0400
+++ b/xen/include/xen/lib.h     Fri Jun 30 07:24:53 2006 -0400
@@ -8,10 +8,7 @@
 #include <xen/xmalloc.h>
 #include <xen/string.h>
 
-extern void console_start_sync(void);
-extern void console_end_sync(void);
 #define BUG() do {                                     \
-        console_start_sync(); \
     debugtrace_dump();                                  \
     printk("BUG at %s:%d\n", __FILE__, __LINE__);      \
     FORCE_CRASH();                                      \

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [ppc] undo consold sync on BUG(), alternate upstream fix in pipeline, Xen patchbot-xenppc-unstable <=