Changeset 226d0e92 in rtems

Timestamp:
10/05/21 18:23:08 (2 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
38c2147
Parents:
344bb536
git-author:
Sebastian Huber <sebastian.huber@…> (10/05/21 18:23:08)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/06/21 06:37:50)
Message:

score: Optimize EDF SMP scheduler ops

The schedule operation is only called by rtems_task_mode(). It is
called if preempt mode of the executing thread changes from disabled to
enabled. Since the EDF SMP scheduler does not support the disabled
preemption mode, the schedule operation is never called.

(No files)

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