mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c3a005f4b6
commit
07cc0c9e65
7 changed files with 203 additions and 169 deletions
|
@ -8,6 +8,12 @@
|
|||
|
||||
#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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue