diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-09-19 11:09:48 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-19 11:16:44 +0200 |
commit | 2f9ee82c2a1af01966cedaa9cb144acb6fca9932 (patch) | |
tree | 48d42d0fdccac590353fd7e34691eb5fef196474 /arch/mips | |
parent | 4c2924b725fb35d3acc6367d500458d70cdd09a9 (diff) | |
download | kernel_goldelico_gta04-2f9ee82c2a1af01966cedaa9cb144acb6fca9932.zip kernel_goldelico_gta04-2f9ee82c2a1af01966cedaa9cb144acb6fca9932.tar.gz kernel_goldelico_gta04-2f9ee82c2a1af01966cedaa9cb144acb6fca9932.tar.bz2 |
MIPS: Add MIPS R5 config5 register.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mipsregs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h index fed1c3e..e033141 100644 --- a/arch/mips/include/asm/mipsregs.h +++ b/arch/mips/include/asm/mipsregs.h @@ -603,6 +603,13 @@ #define MIPS_CONF4_MMUEXTDEF (_ULCAST_(3) << 14) #define MIPS_CONF4_MMUEXTDEF_MMUSIZEEXT (_ULCAST_(1) << 14) +#define MIPS_CONF5_NF (_ULCAST_(1) << 0) +#define MIPS_CONF5_UFR (_ULCAST_(1) << 2) +#define MIPS_CONF5_MSAEN (_ULCAST_(1) << 27) +#define MIPS_CONF5_EVA (_ULCAST_(1) << 28) +#define MIPS_CONF5_CV (_ULCAST_(1) << 29) +#define MIPS_CONF5_K (_ULCAST_(1) << 30) + #define MIPS_CONF6_SYND (_ULCAST_(1) << 13) #define MIPS_CONF7_WII (_ULCAST_(1) << 31) |