浏览代码

[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父节点
当前提交
32fac80be6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-mips/mips_mt.h

+ 2 - 0
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;