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] fix xell numbers for /xen properites

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] fix xell numbers for /xen properites
From: jimix@xxxxxxxxxxxxxx
Date: Mon, 15 May 2006 17:50:16 -0400
Delivery-date: Mon, 15 May 2006 14:48:32 -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:   10276:b017cf1a0e0555ad5449009b1a5e166d36a5c97e
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Mon May 15 17:13:00 2006 -0400
files:       xen/arch/ppc/ofd_fixup.c
description:
[ppc] fix xell numbers for /xen properites


diff -r da5ae7a0071660a71bd1957f2c9389be691ea5d5 -r 
b017cf1a0e0555ad5449009b1a5e166d36a5c97e xen/arch/ppc/ofd_fixup.c
--- a/xen/arch/ppc/ofd_fixup.c  Mon May 15 17:08:56 2006 -0400
+++ b/xen/arch/ppc/ofd_fixup.c  Mon May 15 17:13:00 2006 -0400
@@ -426,7 +426,7 @@ static ofdn_t ofd_xen_props(void *m, str
     if (n > 0) {
         char xen[256];
         int xl;
-        u32 val[2];
+        u64 val[2];
         s32 dom_id;
 
         dom_id = d->domain_id;



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

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