mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 18:12:33 +08:00
arch/: Unify the cache interface for all architectures
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user