projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/include/asm-mips/mips_mt.h
b/include/asm-mips/mips_mt.h
index fdfff0b8ce42575af3f3f78a2842600a84d725e0..8045abc78d0fc2a6eca35ba721f1e4e923307d36 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;