[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] Help with JS21 disk solution
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |