diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-17 13:44:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:10 -0400 |
commit | 340ee4b98c0543b5632cac975a7449a2d28762d8 (patch) | |
tree | 94b7315d53d6eadd145c8691f0a9925f5ae389f5 /include/asm-mips | |
parent | d03d0a57754cb820d318d2234c60b728eb38a94d (diff) |
Virtual SMP support for the 34K.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/mipsmtregs.h | 2 | ||||
-rw-r--r-- | include/asm-mips/mipsregs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/mipsmtregs.h b/include/asm-mips/mipsmtregs.h index eda24c2368ad..a669c0702c66 100644 --- a/include/asm-mips/mipsmtregs.h +++ b/include/asm-mips/mipsmtregs.h | |||
@@ -7,6 +7,7 @@ | |||
7 | #ifndef _ASM_MIPSMTREGS_H | 7 | #ifndef _ASM_MIPSMTREGS_H |
8 | #define _ASM_MIPSMTREGS_H | 8 | #define _ASM_MIPSMTREGS_H |
9 | 9 | ||
10 | #include <asm/mipsregs.h> | ||
10 | #include <asm/war.h> | 11 | #include <asm/war.h> |
11 | 12 | ||
12 | #ifndef __ASSEMBLY__ | 13 | #ifndef __ASSEMBLY__ |
@@ -383,6 +384,7 @@ do { \ | |||
383 | #define read_tc_gpr_gp() mftgpr(28) | 384 | #define read_tc_gpr_gp() mftgpr(28) |
384 | #define write_tc_gpr_gp(val) mttgpr(28, val) | 385 | #define write_tc_gpr_gp(val) mttgpr(28, val) |
385 | 386 | ||
387 | __BUILD_SET_C0(mvpcontrol) | ||
386 | 388 | ||
387 | #endif /* Not __ASSEMBLY__ */ | 389 | #endif /* Not __ASSEMBLY__ */ |
388 | 390 | ||
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 50dea25b9dd8..80370e0a5589 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h | |||
@@ -37,8 +37,6 @@ | |||
37 | #define _ULCAST_ (unsigned long) | 37 | #define _ULCAST_ (unsigned long) |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #include <asm/mipsmtregs.h> | ||
41 | |||
42 | /* | 40 | /* |
43 | * Coprocessor 0 register names | 41 | * Coprocessor 0 register names |
44 | */ | 42 | */ |