diff options
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mipsregs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h index f4ab3139d737..edda1daf742f 100644 --- a/arch/mips/include/asm/mipsregs.h +++ b/arch/mips/include/asm/mipsregs.h | |||
@@ -576,6 +576,10 @@ | |||
576 | #define MIPS_CONF3_DSP (_ULCAST_(1) << 10) | 576 | #define MIPS_CONF3_DSP (_ULCAST_(1) << 10) |
577 | #define MIPS_CONF3_ULRI (_ULCAST_(1) << 13) | 577 | #define MIPS_CONF3_ULRI (_ULCAST_(1) << 13) |
578 | 578 | ||
579 | #define MIPS_CONF4_MMUSIZEEXT (_ULCAST_(255) << 0) | ||
580 | #define MIPS_CONF4_MMUEXTDEF (_ULCAST_(3) << 14) | ||
581 | #define MIPS_CONF4_MMUEXTDEF_MMUSIZEEXT (_ULCAST_(1) << 14) | ||
582 | |||
579 | #define MIPS_CONF7_WII (_ULCAST_(1) << 31) | 583 | #define MIPS_CONF7_WII (_ULCAST_(1) << 31) |
580 | 584 | ||
581 | #define MIPS_CONF7_RPS (_ULCAST_(1) << 2) | 585 | #define MIPS_CONF7_RPS (_ULCAST_(1) << 2) |