aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mm/proc-feroceon.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/proc-feroceon.S b/arch/arm/mm/proc-feroceon.S
index e9ac984d2897..3ceb6785a345 100644
--- a/arch/arm/mm/proc-feroceon.S
+++ b/arch/arm/mm/proc-feroceon.S
@@ -358,9 +358,6 @@ __feroceon_setup:
358 mrc p15, 0, r0, c1, c0 @ get control register v4 358 mrc p15, 0, r0, c1, c0 @ get control register v4
359 bic r0, r0, r5 359 bic r0, r0, r5
360 orr r0, r0, r6 360 orr r0, r0, r6
361#ifdef CONFIG_CPU_CACHE_ROUND_ROBIN
362 orr r0, r0, #0x4000 @ .1.. .... .... ....
363#endif
364 mov pc, lr 361 mov pc, lr
365 .size __feroceon_setup, . - __feroceon_setup 362 .size __feroceon_setup, . - __feroceon_setup
366 363