Clean up usage of icache_disable/dcache_disable
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Aug 2008 13:24:32 +0000 (08:24 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Aug 2008 22:57:28 +0000 (00:57 +0200)
There is no point in disabling the icache on 7xx/74xx/86xx parts and not
also flushing the icache.  All callers of invalidate_l1_instruction_cache()
call icache_disable() right after.  Make it so icache_disable() calls
invalidate_l1_instruction_cache() for us.

Also, dcache_disable() already calls dcache_flush() so there is no point
in the explicit calls of dcache_flush().

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found