Changeset cd198a5 in rtems for spec/build

Timestamp:
09/17/21 06:30:57 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
a6636d9
Parents:
3291b2a
git-author:
Sebastian Huber <sebastian.huber@…> (09/17/21 06:30:57)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/21/21 05:39:09)
Message:

score: Remove unused default scheduler ops

If SMP support is enabled and the system has exactly one processor, then
it may use an uniprocessor scheduler. The ask for help, reconsider help
request, and withdraw node operations can be NULL in this case, since
they are only used if a thread has at least one helping scheduler node.
At least two schedulers are required to get a helping node and each
scheduler involved must own at least one processor. This is not
possible on a system with exactly one processor.

(No files)

Note: See TracChangeset for help on using the changeset viewer.