Merge master.kernel.org:/home/rmk/linux-2.6-arm

+4 -4
+4 -4
arch/arm/mm/Kconfig
··· 370 371 config CPU_ICACHE_DISABLE 372 bool "Disable I-Cache" 373 - depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 374 help 375 Say Y here to disable the processor instruction cache. Unless 376 you have a reason not to or are unsure, say N. 377 378 config CPU_DCACHE_DISABLE 379 bool "Disable D-Cache" 380 - depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 381 help 382 Say Y here to disable the processor data cache. Unless 383 you have a reason not to or are unsure, say N. 384 385 config CPU_DCACHE_WRITETHROUGH 386 bool "Force write through D-cache" 387 - depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DCACHE_DISABLE 388 default y if CPU_ARM925T 389 help 390 Say Y here to use the data cache in writethrough mode. Unless you ··· 399 400 config CPU_BPREDICT_DISABLE 401 bool "Disable branch prediction" 402 - depends on CPU_ARM1020 403 help 404 Say Y here to disable branch prediction. If unsure, say N. 405
··· 370 371 config CPU_ICACHE_DISABLE 372 bool "Disable I-Cache" 373 + depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6 374 help 375 Say Y here to disable the processor instruction cache. Unless 376 you have a reason not to or are unsure, say N. 377 378 config CPU_DCACHE_DISABLE 379 bool "Disable D-Cache" 380 + depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6 381 help 382 Say Y here to disable the processor data cache. Unless 383 you have a reason not to or are unsure, say N. 384 385 config CPU_DCACHE_WRITETHROUGH 386 bool "Force write through D-cache" 387 + depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6) && !CPU_DCACHE_DISABLE 388 default y if CPU_ARM925T 389 help 390 Say Y here to use the data cache in writethrough mode. Unless you ··· 399 400 config CPU_BPREDICT_DISABLE 401 bool "Disable branch prediction" 402 + depends on CPU_ARM1020 || CPU_V6 403 help 404 Say Y here to disable branch prediction. If unsure, say N. 405