diff options
Diffstat (limited to 'include/asm-mips/mips_mt.h')
| -rw-r--r-- | include/asm-mips/mips_mt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/mips_mt.h b/include/asm-mips/mips_mt.h index 8045abc78d0f..ac7935203f89 100644 --- a/include/asm-mips/mips_mt.h +++ b/include/asm-mips/mips_mt.h | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | 8 | ||
| 9 | #include <linux/cpumask.h> | 9 | #include <linux/cpumask.h> |
| 10 | 10 | ||
| 11 | /* | ||
| 12 | * How many VPEs and TCs is Linux allowed to use? 0 means no limit. | ||
| 13 | */ | ||
| 14 | extern int tclimit; | ||
| 15 | extern int vpelimit; | ||
| 16 | |||
| 11 | extern cpumask_t mt_fpu_cpumask; | 17 | extern cpumask_t mt_fpu_cpumask; |
| 12 | extern unsigned long mt_fpemul_threshold; | 18 | extern unsigned long mt_fpemul_threshold; |
| 13 | 19 | ||
