]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>
authorRalf Baechle <ralf@linux-mips.org>
Sun, 4 Mar 2007 18:23:48 +0000 (18:23 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Mar 2007 00:07:15 +0000 (00:07 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mips_mt.h

index fdfff0b8ce42575af3f3f78a2842600a84d725e0..8045abc78d0fc2a6eca35ba721f1e4e923307d36 100644 (file)
@@ -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;