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] [pushed] [ppc] I set this way to many times that its worth ifde

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] I set this way to many times that its worth ifdefing it
From: jimix@xxxxxxxxxxxxxx
Date: Mon, 15 May 2006 17:50:16 -0400
Delivery-date: Mon, 15 May 2006 14:48:26 -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>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   10275:da5ae7a0071660a71bd1957f2c9389be691ea5d5
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Mon May 15 17:08:56 2006 -0400
files:       xen/arch/ppc/setup.c
description:
[ppc] I set this way to many times that its worth ifdefing it


diff -r 4e549c41ea11c380d671623913b9bc5e3afb6ec1 -r 
da5ae7a0071660a71bd1957f2c9389be691ea5d5 xen/arch/ppc/setup.c
--- a/xen/arch/ppc/setup.c      Mon May 15 17:02:44 2006 -0400
+++ b/xen/arch/ppc/setup.c      Mon May 15 17:08:56 2006 -0400
@@ -171,6 +171,9 @@ static void __init __start_xen(multiboot
     serial_init_preirq();
 
     init_console();
+#ifdef CONSOLE_SYNC
+    console_start_sync();
+#endif
 
     /* Check that we have at least one Multiboot module. */
     if (!(mbi->flags & MBI_MODULES) || (mbi->mods_count == 0)) {



_______________________________________________
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] [pushed] [ppc] I set this way to many times that its worth ifdefing it, jimix <=