Skip to content

Commit 13f2fa7

Browse files
vrothbergRussell King
authored andcommitted
ARM: 8349/1: arch/arm/mm/proc-arm925.S: remove dead #ifdef block
The block could never be compiled; CPU_ICACHE_STREAMING_DISABLE has not been defined in Kconfig since the very first Git commit. Hence, we can safely remove the entire block. Signed-off-by: Valentin Rothberg <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 024587d commit 13f2fa7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/mm/proc-arm925.S

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@ ENTRY(cpu_arm925_set_pte_ext)
441441
.type __arm925_setup, #function
442442
__arm925_setup:
443443
mov r0, #0
444-
#if defined(CONFIG_CPU_ICACHE_STREAMING_DISABLE)
445-
orr r0,r0,#1 << 7
446-
#endif
447444

448445
/* Transparent on, D-cache clean & flush mode. See NOTE2 above */
449446
orr r0,r0,#1 << 1 @ transparent mode on

0 commit comments

Comments
 (0)