diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-05 10:28:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:59 -0400 |
commit | c8094b53c17bf93d8afa5e8ccec30450a2e07aad (patch) | |
tree | ca63c002d3ac2e5f1eafbb412f6561e07ba75d69 /arch/mips/Kconfig | |
parent | 8d9c62675d58ebfb7dfce64cd1ce109e7d90af87 (diff) |
Get rid of the nonsense in the CONFIG_CPU_HAS_PREFETCH block.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1f53fe8a89f1..6ab95e314d17 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1327,8 +1327,7 @@ config SIBYTE_DMA_PAGEOPS | |||
1327 | SiByte Linux port. Seems to give a small performance benefit. | 1327 | SiByte Linux port. Seems to give a small performance benefit. |
1328 | 1328 | ||
1329 | config CPU_HAS_PREFETCH | 1329 | config CPU_HAS_PREFETCH |
1330 | bool "Enable prefetches" if CPU_SB1 && !CPU_SB1_PASS_2 | 1330 | bool |
1331 | default y if CPU_MIPS32 || CPU_MIPS64 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 | ||
1332 | 1331 | ||
1333 | config MIPS_MT | 1332 | config MIPS_MT |
1334 | bool "Enable MIPS MT" | 1333 | bool "Enable MIPS MT" |