diff options
Diffstat (limited to 'include/asm-mips/mipsmtregs.h')
-rw-r--r-- | include/asm-mips/mipsmtregs.h | 2 |
1 files changed, 2 insertions, 0 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 | ||