Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6
[pandora-kernel.git] / include / asm-mips / mips_mt.h
index fdfff0b..ac79352 100644 (file)
@@ -6,6 +6,14 @@
 #ifndef __ASM_MIPS_MT_H
 #define __ASM_MIPS_MT_H
 
+#include <linux/cpumask.h>
+
+/*
+ * How many VPEs and TCs is Linux allowed to use?  0 means no limit.
+ */
+extern int tclimit;
+extern int vpelimit;
+
 extern cpumask_t mt_fpu_cpumask;
 extern unsigned long mt_fpemul_threshold;