projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e651c
)
[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 4 Mar 2007 18:23:48 +0000
(18:23 +0000)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/include/asm-mips/mips_mt.h
b/include/asm-mips/mips_mt.h
index
fdfff0b
..
8045abc
100644
(file)
--- 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;