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:33 -0400
Delivery-date: Mon, 15 May 2006 14:48:40 -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:   27803:d0fe39d2ae2a874b8967331c32843f70d792a696
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Mon May 15 17:19:06 2006 -0400
files:       arch/powerpc/platforms/xen/setup.c
description:
[ppc] fix xell numbers for /xen properites


diff -r 0710211ea1bc5cd6ac0750f126473958698e60c3 -r 
d0fe39d2ae2a874b8967331c32843f70d792a696 arch/powerpc/platforms/xen/setup.c
--- a/arch/powerpc/platforms/xen/setup.c        Mon May 15 17:18:46 2006 -0400
+++ b/arch/powerpc/platforms/xen/setup.c        Mon May 15 17:19:06 2006 -0400
@@ -85,7 +85,7 @@ static void __init xen_init_early(void)
 static void __init xen_init_early(void)
 {
        struct device_node *xen;
-       u32 *si;
+       u64 *si;
 
        DBG(" -> %s\n", __func__);
 
@@ -93,7 +93,7 @@ static void __init xen_init_early(void)
 
        xen = of_find_node_by_path("/xen");
 
-       si = (u32 *)get_property(xen, "start-info", NULL);
+       si = (u64 *)get_property(xen, "start-info", NULL);
        xen_start_info = (start_info_t *)__va(*si);
        HYPERVISOR_shared_info = __va(xen_start_info->shared_info);
 



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

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