MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems
authorPaul Burton <paul.burton@imgtec.com>
Mon, 17 Oct 2016 15:01:07 +0000 (16:01 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:41 +0000 (16:34 +0100)
commit35e6de38858f59b6b65dcfeaf700b5d06fc2b93d
tree3a4defbbbaedcdb55d53fd2194bea9d8ee69ca57
parentd65e5677ad5b3a49c43f60ec07644dc1f87bbd2e
MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems

On systems with CM3, we must ensure that the L1 & L2 ECC enables are set
to the same value. This is presumed by the hardware & cache corruption
can occur when it is not the case. Support enabling & disabling the L2
ECC checking on CM3 systems where this is controlled via a GCR, and
ensure that it matches the state of L1 ECC checking. Remove I6400 from
the switch statement it will no longer hit, and which was incorrect
since the L2 ECC enable bit isn't in the CP0 ErrCtl register.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14413/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mips-cm.h
arch/mips/kernel/traps.c