aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mipsregs.h
diff options
context:
space:
mode:
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 @@
433#define R5K_CONF_SE (_ULCAST_(1) << 12) 433#define R5K_CONF_SE (_ULCAST_(1) << 12)
434#define R5K_CONF_SS (_ULCAST_(3) << 20) 434#define R5K_CONF_SS (_ULCAST_(3) << 20)
435 435
436/* Bits specific to the RM7000. */
437#define R7K_CONF_SE (_ULCAST_(1) << 3)
438
436/* Bits specific to the R10000. */ 439/* Bits specific to the R10000. */
437#define R10K_CONF_DN (_ULCAST_(3) << 3) 440#define R10K_CONF_DN (_ULCAST_(3) << 3)
438#define R10K_CONF_CT (_ULCAST_(1) << 5) 441#define R10K_CONF_CT (_ULCAST_(1) << 5)