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] /xen/console need interrupts property not regs p

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] /xen/console need interrupts property not regs property
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Tue, 25 Apr 2006 14:14:10 -0400
Delivery-date: Tue, 25 Apr 2006 12:19:56 -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:   9949:7f3bdb114f0a2407e7ef47046683265561189e3f
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Tue Apr 18 14:53:00 2006 -0400
files:       xen/arch/ppc/ofd_fixup.c
description:
[ppc] /xen/console need interrupts property not regs property


diff -r b0eae3e3b13669f4242cbabf8d43cc7557919b4e -r 
7f3bdb114f0a2407e7ef47046683265561189e3f xen/arch/ppc/ofd_fixup.c
--- a/xen/arch/ppc/ofd_fixup.c  Tue Apr 18 14:52:18 2006 -0400
+++ b/xen/arch/ppc/ofd_fixup.c  Tue Apr 18 14:53:00 2006 -0400
@@ -451,7 +451,7 @@ static ofdn_t ofd_xen_props(void *m, str
         n = ofd_node_add(m, n, console, sizeof (console));
         if (n > 0) {
             val[0] = 0;
-            ofd_prop_add(m, n, "reg", &val[0], sizeof (val[0]));
+            ofd_prop_add(m, n, "interrupts", &val[0], sizeof (val[0]));
         }
     }
     return n;



_______________________________________________
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] /xen/console need interrupts property not regs property, Jimi Xenidis <=