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

RE: [XenPPC] Build/config the world!

To: "Jimi Xenidis" <jimix@xxxxxxxxxxxxxx>, "xen-ppc-devel" <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [XenPPC] Build/config the world!
From: "Yoder Stuart-B08248" <stuart.yoder@xxxxxxxxxxxxx>
Date: Mon, 22 Jan 2007 11:06:06 -0700
Delivery-date: Mon, 22 Jan 2007 10:05:37 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <F7B95EDE-9F7E-4036-97DA-31742D949A4F@xxxxxxxxxxxxxx>
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
Thread-index: Acc+I8h+y4IogWWnQgGgpDJ7JfHODQAK+/9g
Thread-topic: [XenPPC] Build/config the world!
I've build and built everything and ran into 1 warning that caused my
Xen build to break:

diff -r ed5ee9dde0bd xen/arch/powerpc/memory.c
--- a/xen/arch/powerpc/memory.c Sun Jan 21 08:17:46 2007 -0500
+++ b/xen/arch/powerpc/memory.c Mon Jan 22 11:55:06 2007 -0600
@@ -120,7 +120,7 @@ void memory_init(module_t *mod, int mcou
 {
     ulong eomem;
     ulong bitmap_start = ~0UL;
-    ulong bitmap_end;
+    ulong bitmap_end = ~0UL;
     ulong bitmap_size;
     ulong xh_pages;
     ulong start;
 
Not sure what the correct init value is, but gcc is complaining that
bitmap_end may be used uninitialized.

Stuart

> -----Original Message-----
> From: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf 
> Of Jimi Xenidis
> Sent: Monday, January 22, 2007 6:49 AM
> To: xen-ppc-devel
> Subject: [XenPPC] Build/config the world!
> 
> In case you missed it, a lot has been going on so please:
>   1. reconfigure and build your linux
>   2. rebuild your Xen management tools (make install-tools)
>   3. and don't forget to rebuild xen :)
> 
> -JX
> 
> 
> _______________________________________________
> Xen-ppc-devel mailing list
> Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ppc-devel
> 

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

<Prev in Thread] Current Thread [Next in Thread>