Re: [PATCH] Re: [XenPPC] current crash

2006-08-25 Thread Jimi Xenidis
thanks orran... pushed -JX On Aug 25, 2006, at 1:23 PM, Orran Y Krieger wrote: worked, thanks!!! Jimi Xenidis <[EMAIL PROTECTED]> wrote on 08/25/2006 08:22:27 AM: Orran || Maria, please test and ack the following patch. BTW: Thanks to Jonathan Wildstrom for pointing the H_READ_4 error in th

Re: [PATCH] Re: [XenPPC] current crash

2006-08-25 Thread Orran Y Krieger
worked, thanks!!! Jimi Xenidis <[EMAIL PROTECTED]> wrote on 08/25/2006 08:22:27 AM: > > > Orran || Maria, please test and ack the following patch. > BTW: Thanks to Jonathan Wildstrom for pointing the H_READ_4 error in > the rhype code. > > -- > diff -r d87d602408d5 xen/arch/powerpc/papr/xlate.c >

oops: Re: [PATCH] Re: [XenPPC] current crash

2006-08-25 Thread Jimi Xenidis
On Aug 25, 2006, at 8:22 AM, Jimi Xenidis wrote: Orran || Maria, please test and ack the following patch. +if (!(flags & H_READ_4)) { this should be: if (flags & H_READ_4) { +/* dump another 3 PTEs */ +regs->gprs[6] = pte[1].words.vsid; +regs->gprs[7] = pte

[PATCH] Re: [XenPPC] current crash

2006-08-25 Thread Jimi Xenidis
Orran || Maria, please test and ack the following patch. BTW: Thanks to Jonathan Wildstrom for pointing the H_READ_4 error in the rhype code. -- diff -r d87d602408d5 xen/arch/powerpc/papr/xlate.c --- a/xen/arch/powerpc/papr/xlate.c Thu Aug 24 21:07:46 2006 -0400 +++ b/xen/arch/powerpc/papr/x