blob: 8045abc78d0fc2a6eca35ba721f1e4e923307d36 [file] [log] [blame]
Ralf Baechle41c594a2006-04-05 09:45:45 +01001/*
2 * Definitions and decalrations for MIPS MT support
3 * that are common between SMTC, VSMP, and/or AP/SP
4 * kernel models.
5 */
6#ifndef __ASM_MIPS_MT_H
7#define __ASM_MIPS_MT_H
8
Ralf Baechle32fac802007-03-04 18:23:48 +00009#include <linux/cpumask.h>
10
Ralf Baechle41c594a2006-04-05 09:45:45 +010011extern cpumask_t mt_fpu_cpumask;
12extern unsigned long mt_fpemul_threshold;
13
14extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value);
15extern void mips_mt_set_cpuoptions(void);
16
Ralf Baechle27a3bba2007-02-07 13:48:59 +000017struct class;
18extern struct class *mt_class;
19
Ralf Baechle41c594a2006-04-05 09:45:45 +010020#endif /* __ASM_MIPS_MT_H */