diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-14 03:34:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:51 -0400 |
commit | 8f40611d2b184ca5d525075d273854929cf8d1d0 (patch) | |
tree | 962ef8dfa515cee330f506dc4ceac83670d0f84e /include/asm-mips/mipsregs.h | |
parent | 699dbc90e8c7baecae197fb331773f505a46a1eb (diff) |
Detect the MIPS R2 vectored interrupt, external interrupt controller
options and the precense of the MT ASE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r-- | include/asm-mips/mipsregs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 89aac1e1f348..a7a43ff8c5cf 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h | |||
@@ -528,6 +528,7 @@ | |||
528 | 528 | ||
529 | #define MIPS_CONF3_TL (_ULCAST_(1) << 0) | 529 | #define MIPS_CONF3_TL (_ULCAST_(1) << 0) |
530 | #define MIPS_CONF3_SM (_ULCAST_(1) << 1) | 530 | #define MIPS_CONF3_SM (_ULCAST_(1) << 1) |
531 | #define MIPS_CONF3_MT (_ULCAST_(1) << 2) | ||
531 | #define MIPS_CONF3_SP (_ULCAST_(1) << 4) | 532 | #define MIPS_CONF3_SP (_ULCAST_(1) << 4) |
532 | #define MIPS_CONF3_VINT (_ULCAST_(1) << 5) | 533 | #define MIPS_CONF3_VINT (_ULCAST_(1) << 5) |
533 | #define MIPS_CONF3_VEIC (_ULCAST_(1) << 6) | 534 | #define MIPS_CONF3_VEIC (_ULCAST_(1) << 6) |