diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2015-04-30 09:36:03 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-05-03 18:22:27 -0400 |
commit | 13f2fa7cb33d82b95e1e1dab8c95fa619b49f418 (patch) | |
tree | 0fb8f95ad83d58a0f6fd385eefb687ca3e3bc941 /arch/arm/mm | |
parent | 024587dc2137a22096372fc8df4b283e84e057b5 (diff) |
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 <valentinrothberg@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/proc-arm925.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/proc-arm925.S b/arch/arm/mm/proc-arm925.S index ede8c54ab4aa..32a47cc19076 100644 --- a/arch/arm/mm/proc-arm925.S +++ b/arch/arm/mm/proc-arm925.S | |||
@@ -441,9 +441,6 @@ ENTRY(cpu_arm925_set_pte_ext) | |||
441 | .type __arm925_setup, #function | 441 | .type __arm925_setup, #function |
442 | __arm925_setup: | 442 | __arm925_setup: |
443 | mov r0, #0 | 443 | mov r0, #0 |
444 | #if defined(CONFIG_CPU_ICACHE_STREAMING_DISABLE) | ||
445 | orr r0,r0,#1 << 7 | ||
446 | #endif | ||
447 | 444 | ||
448 | /* Transparent on, D-cache clean & flush mode. See NOTE2 above */ | 445 | /* Transparent on, D-cache clean & flush mode. See NOTE2 above */ |
449 | orr r0,r0,#1 << 1 @ transparent mode on | 446 | orr r0,r0,#1 << 1 @ transparent mode on |