diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
| commit | 9a375e93f88269bb770fb2eaa57554c975449c88 (patch) | |
| tree | 4c8f6d77f0aa94fc69c5b9e75d51db1451bdf66f /include/asm-mips/mips_mt.h | |
| parent | b2b4b9a7c09ad66e095b13c97946a96f2dc8284e (diff) | |
| parent | acc696d93dcf993dec123d69d599979e1456ffec (diff) | |
Merge branch 'upstream' into max-sect
Diffstat (limited to 'include/asm-mips/mips_mt.h')
| -rw-r--r-- | include/asm-mips/mips_mt.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asm-mips/mips_mt.h b/include/asm-mips/mips_mt.h new file mode 100644 index 000000000000..c31a312b9783 --- /dev/null +++ b/include/asm-mips/mips_mt.h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | /* | ||
| 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 | |||
| 9 | extern cpumask_t mt_fpu_cpumask; | ||
| 10 | extern unsigned long mt_fpemul_threshold; | ||
| 11 | |||
| 12 | extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value); | ||
| 13 | extern void mips_mt_set_cpuoptions(void); | ||
| 14 | |||
| 15 | #endif /* __ASM_MIPS_MT_H */ | ||
