powerpc/fsl-booke: Handle L1 D-cache parity error correctly on e500mc
authorKumar Gala <galak@kernel.crashing.org>
Sat, 27 Aug 2011 11:14:23 +0000 (06:14 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 7 Oct 2011 04:36:55 +0000 (23:36 -0500)
If the L1 D-Cache is in write shadow mode the HW will auto-recover the
error.  However we might still log the error and cause a machine check
(if L1CSR0[CPE] - Cache error checking enable).  We should only treat
the non-write shadow case as non-recoverable.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found