projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08aecfb
)
[MIPS] Limit MIPS_MT to MIPS32R2 only.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 3 Jun 2006 23:35:10 +0000
(
00:35
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:51 +0000
(21:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index
3fa67af
..
b8616a0
100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-1495,6
+1495,8
@@
config CPU_HAS_PREFETCH
config MIPS_MT
bool "Enable MIPS MT"
+ depends on CPU_MIPS32_R2
+ #depends on CPU_MIPS64_R2 # later ...
choice
prompt "MIPS MT options"