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

2
arch

@ -1 +1 @@
Subproject commit ca979759a701c3c5e7acb8fc8c604ee112c45601
Subproject commit fb81d9d623c311e42128cfb026077db89bdec182

@ -1 +1 @@
Subproject commit a619d398029baac7d2246f9beaa0b3c6fe9b1d2c
Subproject commit 7a90dc61627c97dc6e6b4cfd252288a91a821a09

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