diff options
| -rw-r--r-- | arch/arm/cpu/armv7/cpu.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/cpu.c b/arch/arm/cpu/armv7/cpu.c index 091e3e084..662c4962e 100644 --- a/arch/arm/cpu/armv7/cpu.c +++ b/arch/arm/cpu/armv7/cpu.c @@ -65,6 +65,7 @@ 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 |