diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-14 03:30:27 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:51 -0400 |
commit | 699dbc90e8c7baecae197fb331773f505a46a1eb (patch) | |
tree | b5a30418a46b2502f211e7fa92db194dbfdb5ad8 /include/asm-mips/mipsregs.h | |
parent | f10fae02403fb8af141b0a440074a944ccd63504 (diff) |
Macros to access the register of processors using the new MIPS
Multithreading ASE, also know as MT ASE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/mipsmtregs.h b/include/asm-mips/mipsmtregs.h
new file mode 100644
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r-- | include/asm-mips/mipsregs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 802b1c41ff6a..89aac1e1f348 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h | |||
@@ -37,6 +37,8 @@ | |||
37 | #define _ULCAST_ (unsigned long) | 37 | #define _ULCAST_ (unsigned long) |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #include <asm/mipsmtregs.h> | ||
41 | |||
40 | /* | 42 | /* |
41 | * Coprocessor 0 register names | 43 | * Coprocessor 0 register names |
42 | */ | 44 | */ |