Merge tag 'rproc-v4.7' of git://github.com/andersson/remoteproc
[deliverable/linux.git] / arch / mips / include / asm / mips_mt.h
CommitLineData
41c594ab 1/*
b633648c
RB
2 * Definitions and decalrations for MIPS MT support that are common between
3 * the VSMP, and AP/SP kernel models.
41c594ab
RB
4 */
5#ifndef __ASM_MIPS_MT_H
6#define __ASM_MIPS_MT_H
7
32fac80b
RB
8#include <linux/cpumask.h>
9
07cc0c9e
RB
10/*
11 * How many VPEs and TCs is Linux allowed to use? 0 means no limit.
12 */
13extern int tclimit;
14extern int vpelimit;
15
41c594ab
RB
16extern cpumask_t mt_fpu_cpumask;
17extern unsigned long mt_fpemul_threshold;
18
19extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value);
d94c90f8
PB
20
21#ifdef CONFIG_MIPS_MT
41c594ab 22extern void mips_mt_set_cpuoptions(void);
d94c90f8
PB
23#else
24static inline void mips_mt_set_cpuoptions(void) { }
25#endif
41c594ab 26
27a3bbaf
RB
27struct class;
28extern struct class *mt_class;
29
41c594ab 30#endif /* __ASM_MIPS_MT_H */
This page took 0.825914 seconds and 5 git commands to generate.