Skip to content
Snippets Groups Projects
Commit 0efcb544 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix compile error when cache coherency logic is enabled

parent 49554fe4
No related branches found
No related tags found
No related merge requests found
arch @ fb81d9d6
Subproject commit ca979759a701c3c5e7acb8fc8c604ee112c45601
Subproject commit fb81d9d623c311e42128cfb026077db89bdec182
configs @ 7a90dc61
Subproject commit a619d398029baac7d2246f9beaa0b3c6fe9b1d2c
Subproject commit 7a90dc61627c97dc6e6b4cfd252288a91a821a09
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment