Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
xenomai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
xenomai
xenomai
Commits
75d4c083
Commit
75d4c083
authored
Jan 11, 2021
by
hongzha1 via Xenomai
Committed by
Jan Kiszka
Mar 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cobalt/sched: dovetail: add task control block initializers
Signed-off-by:
hongzha1
<
hongzhan.chen@intel.com
>
parent
4f5bd119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kernel/cobalt/dovetail/sched.c
kernel/cobalt/dovetail/sched.c
+2
-2
No files found.
kernel/cobalt/dovetail/sched.c
View file @
75d4c083
...
...
@@ -36,7 +36,7 @@ void pipeline_init_shadow_tcb(struct xnthread *thread)
/*
* Initialize the alternate scheduling control block.
*/
TODO
(
);
dovetail_init_altsched
(
&
xnthread_archtcb
(
thread
)
->
altsched
);
trace_cobalt_shadow_map
(
thread
);
}
...
...
@@ -46,7 +46,7 @@ void pipeline_init_root_tcb(struct xnthread *thread)
/*
* Initialize the alternate scheduling control block.
*/
TODO
(
);
dovetail_init_altsched
(
&
xnthread_archtcb
(
thread
)
->
altsched
);
}
int
pipeline_leave_inband
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment