Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linux-Kernel
linux-evl
Commits
f04bdd1e
Commit
f04bdd1e
authored
Dec 13, 2020
by
Philippe Gerum
Browse files
evl/sched: doc: clarify comment
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
45235d1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/evl/sched/core.c
View file @
f04bdd1e
...
...
@@ -887,10 +887,11 @@ static inline bool test_resched(struct evl_rq *this_rq)
}
/*
* CAUTION: curr->altsched.task may be unsynced and even stale if curr
* == &this_rq->root_thread, since the task logged by leave_inband()
* may not still be the current one. Use "current" for disambiguating
* if you need to refer to the underlying inband task.
* CAUTION: curr->altsched.task may be unsynced and even stale if
* (this_rq->curr == &this_rq->root_thread), since the task logged by
* dovetail_context_switch() may not still be the current one. Always
* use "current" for disambiguating if you intend to refer to the
* running inband task.
*/
void
__evl_schedule
(
void
)
/* oob or oob stalled (CPU migration-safe) */
{
...
...
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