diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 19:23:48 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-07 01:07:15 +0100 |
commit | 32fac80be6df4a2a09f7093b7f51bb6bc3ebef97 (patch) | |
tree | a235409f92ed8290384685050401388ea2bd9749 /include/asm-mips/mips_mt.h | |
parent | [MIPS] SMTC: <asm/smtc_ipi.h> must include <linux/spinlock.h> (diff) | |
download | linux-32fac80be6df4a2a09f7093b7f51bb6bc3ebef97.tar.xz linux-32fac80be6df4a2a09f7093b7f51bb6bc3ebef97.zip |
[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mips_mt.h')
-rw-r--r-- | include/asm-mips/mips_mt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mips_mt.h b/include/asm-mips/mips_mt.h index fdfff0b8ce42..8045abc78d0f 100644 --- a/include/asm-mips/mips_mt.h +++ b/include/asm-mips/mips_mt.h @@ -6,6 +6,8 @@ #ifndef __ASM_MIPS_MT_H #define __ASM_MIPS_MT_H +#include <linux/cpumask.h> + extern cpumask_t mt_fpu_cpumask; extern unsigned long mt_fpemul_threshold; |