Re: [PATCH] powerpc/e500: fix breakage with fsl_rio_mcheck_exception

2011-06-22 Thread Kumar Gala
On Jun 16, 2011, at 2:09 PM, Scott Wood wrote: > The wrong MCSR bit was being used on e500mc. MCSR_BUS_RBERR only exists > on e500v1/v2. Use MCSR_LD on e500mc, and remove all MCSR checking > in fsl_rio_mcheck_exception as we now no longer call that function > if the appropriate bit in MCSR is n

[PATCH] powerpc/e500: fix breakage with fsl_rio_mcheck_exception

2011-06-16 Thread Scott Wood
The wrong MCSR bit was being used on e500mc. MCSR_BUS_RBERR only exists on e500v1/v2. Use MCSR_LD on e500mc, and remove all MCSR checking in fsl_rio_mcheck_exception as we now no longer call that function if the appropriate bit in MCSR is not set. If RIO support was enabled at compile-time, but