From ee63e23d3179165c9b43eabb4a51a2e11a8bb165 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 28 Dec 2011 00:34:34 +0200 Subject: [PATCH] Revert "armv7: disable L2 cache in cleanup_before_linux()" This reverts commit dc7100f4080952798413fb63bb4134b22c57623a. We still need this for the old kernels.. --- arch/arm/cpu/armv7/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv7/cpu.c b/arch/arm/cpu/armv7/cpu.c index 39a80237cd1..9a3242aa2d7 100644 --- a/arch/arm/cpu/armv7/cpu.c +++ b/arch/arm/cpu/armv7/cpu.c @@ -63,7 +63,6 @@ int cleanup_before_linux(void) * dcache_disable() in turn flushes the d-cache and disables MMU */ dcache_disable(); - v7_outer_cache_disable(); /* * After D-cache is flushed and before it is disabled there may -- 2.39.5