diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-14 07:30:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:51 +0100 |
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 @@ #define _ULCAST_ (unsigned long) #endif +#include <asm/mipsmtregs.h> + /* * Coprocessor 0 register names */ |