summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix scheduler yield in SMP configurationsSebastian Huber2017-03-071-0/+38
Check that no ask help request is registered during unblock and yield scheduler operations. There is no need to ask for help if a scheduled thread yields, since this is already covered by the pre-emption detection. Update #2556.