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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h
index dd494cae4a44..2a56929df9c2 100644
--- a/include/asm-mips/mipsregs.h
+++ b/include/asm-mips/mipsregs.h
@@ -425,7 +425,6 @@
425#define CONF_SM (_ULCAST_(1) << 16) 425#define CONF_SM (_ULCAST_(1) << 16)
426#define CONF_SC (_ULCAST_(1) << 17) 426#define CONF_SC (_ULCAST_(1) << 17)
427#define CONF_EW (_ULCAST_(3) << 18) 427#define CONF_EW (_ULCAST_(3) << 18)
428#define CONF_SB (_ULCAST_(3) << 22)
429#define CONF_EP (_ULCAST_(15)<< 24) 428#define CONF_EP (_ULCAST_(15)<< 24)
430#define CONF_EC (_ULCAST_(7) << 28) 429#define CONF_EC (_ULCAST_(7) << 28)
431#define CONF_CM (_ULCAST_(1) << 31) 430#define CONF_CM (_ULCAST_(1) << 31)
@@ -433,6 +432,7 @@
433/* Bits specific to the R4xx0. */ 432/* Bits specific to the R4xx0. */
434#define R4K_CONF_SW (_ULCAST_(1) << 20) 433#define R4K_CONF_SW (_ULCAST_(1) << 20)
435#define R4K_CONF_SS (_ULCAST_(1) << 21) 434#define R4K_CONF_SS (_ULCAST_(1) << 21)
435#define R4K_CONF_SB (_ULCAST_(3) << 22)
436 436
437/* Bits specific to the R5000. */ 437/* Bits specific to the R5000. */
438#define R5K_CONF_SE (_ULCAST_(1) << 12) 438#define R5K_CONF_SE (_ULCAST_(1) << 12)