Fix compile error when cache coherency logic is enabled

This commit is contained in:
Gregory Nutt
2015-12-12 09:38:06 -06:00
parent 49554fe4fc
commit 0efcb5445b
3 changed files with 3 additions and 3 deletions
+1 -1
Submodule arch updated: ca979759a7...fb81d9d623
+1 -1
Submodule configs updated: a619d39802...7a90dc6162
+1 -1
View File
@@ -316,7 +316,7 @@ int mod_bind(FAR struct mod_loadinfo_s *loadinfo,
*/
up_coherent_dcache(loadinfo->textalloc, loadinfo->textsize);
up_coherent_dcache(loadinfo->dataalloc, loadinfo->datasize);
up_coherent_dcache(loadinfo->datastart, loadinfo->datasize);
#endif