arch/: Unify the cache interface for all architectures

This commit is contained in:
Xiang Xiao
2019-03-19 10:37:13 -06:00
committed by Gregory Nutt
parent 2f208fdde8
commit 64252a298f
103 changed files with 2198 additions and 2935 deletions

View File

@@ -452,7 +452,7 @@ int elf_bind(FAR struct elf_loadinfo_s *loadinfo,
}
}
#elif defined(CONFIG_ARCH_HAVE_COHERENT_DCACHE)
#else
/* Ensure that the I and D caches are coherent before starting the newly
* loaded module by cleaning the D cache (i.e., flushing the D cache
* contents to memory and invalidating the I cache).