[PATCH V5] powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx
Scott Wood
scottwood at freescale.com
Fri Apr 12 00:47:03 EST 2013
On 04/11/2013 04:14:51 AM, Jia Hongtao-B38951 wrote:
>
>
> > -----Original Message-----
> > From: Wood Scott-B07421
> > Sent: Thursday, April 11, 2013 5:52 AM
> > To: Jia Hongtao-B38951
> > Cc: linuxppc-dev at lists.ozlabs.org; galak at kernel.crashing.org; Wood
> Scott-
> > B07421; Li Yang-R58472; Jia Hongtao-B38951
> > Subject: Re: [PATCH V5] powerpc/85xx: Add machine check handler to
> fix
> > PCIe erratum on mpc85xx
> >
> > The X and (especially for PCI) BRX versions are important --
> probably
> > more so than the U versions. I doubt we need the A variant.
>
> Then I will add X and BRX variant and remove A variant.
>
> >
> > If you do support the A variant, why are you not sign-extending the
> > value?
>
> Just curious, sign-extending the value means fill rd with 0xffffffff?
Or 0xffffffffffffffff on 64-bit (even if you're not going to implement
64-bit instructions, the ones you do implement shouldn't misbehave
there). You could write it as "regs->gpr[rd] = ~0UL".
-Scott
More information about the Linuxppc-dev
mailing list