summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2015-07-09 10:40:53 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-08-26 15:23:22 +0200
commit20a7f7e5a6739a3521529a5f2bbfddf9f545fef9 (patch)
tree5198e0101aed2055c0efe220d1d81bdcfc69c699 /arch/mips/include
parente87569cd6c57cfe8c3fbbd20a5cf5cefb8b14156 (diff)
downloadop-kernel-dev-20a7f7e5a6739a3521529a5f2bbfddf9f545fef9.zip
op-kernel-dev-20a7f7e5a6739a3521529a5f2bbfddf9f545fef9.tar.gz
MIPS: Set up FTLB probability for I6400
Set up the I6400 FTLB probability similar to P5600 and proAptiv. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10652/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/mipsregs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h
index c5b0956..723ee3c 100644
--- a/arch/mips/include/asm/mipsregs.h
+++ b/arch/mips/include/asm/mipsregs.h
@@ -579,6 +579,8 @@
#define MIPS_CONF7_IAR (_ULCAST_(1) << 10)
#define MIPS_CONF7_AR (_ULCAST_(1) << 16)
+/* FTLB probability bits for R6 */
+#define MIPS_CONF7_FTLBP_SHIFT (18)
/* MAAR bit definitions */
#define MIPS_MAAR_ADDR ((BIT_ULL(BITS_PER_LONG - 12) - 1) << 12)
OpenPOWER on IntegriCloud