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] Help with JS21 disk solution

To: xen-ppc-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [XenPPC] Help with JS21 disk solution
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Mon, 25 Sep 2006 21:06:25 -0400
Delivery-date: Mon, 25 Sep 2006 18:07:36 -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
If someone has a JS21 with SLES-10 on the disk, please try the following patch. It seems that I destroyed my filesystem on the blade in DE and need to wait till tomorrow to hare it restored.
-JX

diff -r acfb1ac23f80 xen/arch/powerpc/dart_u4.c
--- a/xen/arch/powerpc/dart_u4.c        Mon Sep 25 11:19:55 2006 -0400
+++ b/xen/arch/powerpc/dart_u4.c        Mon Sep 25 21:04:28 2006 -0400
@@ -126,6 +126,8 @@ static void u4_inv_entry(ulong pgn)
     union dart_ctl dc;
     ulong retries = 0;
+    return u4_inv_all();
+
     dc.dc_word = in_32(&dart->d_dartcntl.dc_word);
     dc.dc_bits.dc_ilpn = pgn;
     dc.dc_bits.dc_ione = 1;


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

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