summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mipsregs.h
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-04-25 18:36:23 +0200
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 20:31:11 +0200
commitba5187dbb4b2eac99d6fa1d6bbece67e0066bf51 (patch)
tree9a1fa0b0cb6ff1c64c20569c4e6ecdfd3f865bbc /include/asm-mips/mipsregs.h
parent* use 'unsigned long' as address supplied to au_write[bwl]() (diff)
downloadlinux-ba5187dbb4b2eac99d6fa1d6bbece67e0066bf51.tar.xz
linux-ba5187dbb4b2eac99d6fa1d6bbece67e0066bf51.zip
Better interface to run uncached cache setup code.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r--include/asm-mips/mipsregs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h
index 006354ed2e29..f3b0b4181508 100644
--- a/include/asm-mips/mipsregs.h
+++ b/include/asm-mips/mipsregs.h
@@ -433,6 +433,9 @@
#define R5K_CONF_SE (_ULCAST_(1) << 12)
#define R5K_CONF_SS (_ULCAST_(3) << 20)
+/* Bits specific to the RM7000. */
+#define R7K_CONF_SE (_ULCAST_(1) << 3)
+
/* Bits specific to the R10000. */
#define R10K_CONF_DN (_ULCAST_(3) << 3)
#define R10K_CONF_CT (_ULCAST_(1) << 5)