CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/05 15:28:54
Modified files:
arch/mips : Kconfig
Log message:
Get rid of the nonsense in the CONFIG_CPU_HAS_PREFETCH block.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2005/07/29 15:01:02 1.160
+++ linux/arch/mips/Kconfig 2005/08/05 14:28:54 1.161
@@ -1226,8 +1226,7 @@
SiByte Linux port. Seems to give a small performance benefit.
config CPU_HAS_PREFETCH
- bool "Enable prefetches" if MIPS_BOARDS_GEN || (CPU_SB1 &&
!CPU_SB1_PASS_2)
- default y if !MIPS_BOARDS_GEN && (CPU_MIPS32 || CPU_MIPS64 ||
CPU_RM7000 || CPU_RM9000 || CPU_R10000)
+ bool
config VTAG_ICACHE
bool "Support for Virtual Tagged I-cache" if CPU_MIPS64 || CPU_MIPS32
|