armv7: remove loop from dcache_mmu_disable()
commit58779358362ef0c9ed433c310416a93c8b9c9211
authorDavid Hendricks <dhendrix@chromium.org>
Fri, 29 Mar 2013 20:40:09 +0000 (29 13:40 -0700)
committerDavid Hendricks <dhendrix@chromium.org>
Fri, 29 Mar 2013 21:40:08 +0000 (29 22:40 +0100)
treeafaf81e98b850354ef1ababf4064c00041e0d08f
parent26e8f2fe0125cc6e7727d024bf4bfbd6231c8b27
armv7: remove loop from dcache_mmu_disable()

dcache_mmu_disable() no longer needs to have its own iterative loop
to select each cache level of cache since
dcache_clean_invalidate_all() does that now.

Change-Id: I5ca273f98943981b943c1c1622f4574d7133fb50
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2967
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Tested-by: build bot (Jenkins)
src/arch/armv7/lib/cache.c