|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
oops: Re: [PATCH] Re: [XenPPC] current crash
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[1].words.rpn;
+ regs->gprs[8] = pte[2].words.vsid;
+ regs->gprs[9] = pte[2].words.rpn;
+ regs->gprs[10] = pte[3].words.vsid;
+ regs->gprs[11] = pte[3].words.rpn;
+ }
-JX
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|