From 076f5b5c65a0f0652f5ba8b5328c52c76e951aaa Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 16 Jan 2012 09:45:11 -0500 Subject: [PATCH 08/10] Revert "armv7: disable L2 cache in cleanup_before_linux()" This reverts commit dc7100f4080952798413fb63bb4134b22c57623a. --- arch/arm/cpu/armv7/cpu.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/cpu.c b/arch/arm/cpu/armv7/cpu.c index 662c496..091e3e0 100644 --- a/arch/arm/cpu/armv7/cpu.c +++ b/arch/arm/cpu/armv7/cpu.c @@ -65,7 +65,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 -- 1.7.2.5