X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fmips_mt.h;h=ac7935203f8993e272f96d54de6d78c5a574f221;hb=5c8e191e8437616a498a8e1cc0af3dd0d32bbff2;hp=8045abc78d0fc2a6eca35ba721f1e4e923307d36;hpb=2f774456e4b9bc3d4fb3522b2482c7acfa2df197;p=linux-2.6 diff --git a/include/asm-mips/mips_mt.h b/include/asm-mips/mips_mt.h index 8045abc78d..ac7935203f 100644 --- a/include/asm-mips/mips_mt.h +++ b/include/asm-mips/mips_mt.h @@ -8,6 +8,12 @@ #include +/* + * 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;