Changeset ec771f2 in rtems for cpukit

Timestamp:
11/16/17 14:04:21 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
e24d64b
Parents:
9c30c31e
git-author:
Sebastian Huber <sebastian.huber@…> (11/16/17 14:04:21)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/16/17 14:25:45)
Message:

score: Fix priority ceiling updates

We must not clear the priority updates in _Thread_queue_Extract_locked()
since this function is used by the priority ceiling surrender operations
after the ceiling priority handover from the previous owner to the new
owner. This is especially important in SMP configurations.

Move the _Thread_queue_Context_clear_priority_updates() invocation to
the callers.

Close #3237.

(No files)

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