|
@@ -18,7 +18,12 @@ extern cpumask_t mt_fpu_cpumask;
|
|
extern unsigned long mt_fpemul_threshold;
|
|
extern unsigned long mt_fpemul_threshold;
|
|
|
|
|
|
extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value);
|
|
extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value);
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_MIPS_MT
|
|
extern void mips_mt_set_cpuoptions(void);
|
|
extern void mips_mt_set_cpuoptions(void);
|
|
|
|
+#else
|
|
|
|
+static inline void mips_mt_set_cpuoptions(void) { }
|
|
|
|
+#endif
|
|
|
|
|
|
struct class;
|
|
struct class;
|
|
extern struct class *mt_class;
|
|
extern struct class *mt_class;
|