MIPS: Avoid pipeline stalls on some MIPS32R2 cores.
authorSteven J. Hill <sjhill@mips.com>
Wed, 29 Aug 2012 04:20:08 +0000 (23:20 -0500)
committerSteven J. Hill <sjhill@mips.com>
Thu, 13 Sep 2012 20:43:52 +0000 (15:43 -0500)
commit625c0a21700bdb90844d926a1508a17a77e369c9
treecda27e3f4b541e91d92788fa18985bfa20a6b119
parent3234f4466934f08136736790e3de3c6debc71271
MIPS: Avoid pipeline stalls on some MIPS32R2 cores.

The architecture specification says that an EHB instruction is
needed to avoid a hazard when writing TLB entries. However, some
cores do not have this hazard, and thus the EHB instruction causes
a costly pipeline stall. Detect these cores and do not use the EHB
instruction.

Signed-off-by: Steven J. Hill <sjhill@mips.com>
arch/mips/mm/tlbex.c