Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
0efcb544
Commit
0efcb544
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix compile error when cache coherency logic is enabled
parent
49554fe4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch
+1
-1
1 addition, 1 deletion
arch
configs
+1
-1
1 addition, 1 deletion
configs
sched/module/mod_bind.c
+1
-1
1 addition, 1 deletion
sched/module/mod_bind.c
with
3 additions
and
3 deletions
arch
@
fb81d9d6
Subproject commit
ca979759a701c3c5e7acb8fc8c604ee112c45601
Subproject commit
fb81d9d623c311e42128cfb026077db89bdec182
This diff is collapsed.
Click to expand it.
configs
@
7a90dc61
Subproject commit
a619d398029baac7d2246f9beaa0b3c6fe9b1d2c
Subproject commit
7a90dc61627c97dc6e6b4cfd252288a91a821a09
This diff is collapsed.
Click to expand it.
sched/module/mod_bind.c
+
1
−
1
View file @
0efcb544
...
...
@@ -316,7 +316,7 @@ int mod_bind(FAR struct mod_loadinfo_s *loadinfo,
*/
up_coherent_dcache
(
loadinfo
->
textalloc
,
loadinfo
->
textsize
);
up_coherent_dcache
(
loadinfo
->
data
alloc
,
loadinfo
->
datasize
);
up_coherent_dcache
(
loadinfo
->
data
start
,
loadinfo
->
datasize
);
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment