powerpc/e500mc: Implement machine check handler.
authorScott Wood <scottwood@freescale.com>
Thu, 8 Apr 2010 05:38:22 +0000 (00:38 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 21 May 2010 12:41:52 +0000 (07:41 -0500)
commitfe04b1121511a97982a1fcdd38e44d2029304a6d
tree665804df54ee2b082ecfad5fb898f4f4d0a443c8
parent99ec28f183daa450faa7bdad6f932364ae325648
powerpc/e500mc: Implement machine check handler.

Most of the MSCR bit assigments are different in e500mc versus
e500, and they are now write-one-to-clear.

Some e500mc machine check conditions are made recoverable (as long as
they aren't stuck on), most notably L1 instruction cache parity errors.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/cputable.h
arch/powerpc/include/asm/reg_booke.h
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/traps.c
This page took 0.027367 seconds and 5 git commands to generate.