summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityaffinitysmp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-27 06:42:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-02 10:05:44 +0100
commit6771359fa1488598ccba3fd3c440b95f64965340 (patch)
tree794022e5775aa5140a001f713d539f547e7015fd /cpukit/score/src/schedulerpriorityaffinitysmp.c
parentscore: Delete unused scheduler ask for help X op (diff)
downloadrtems-6771359fa1488598ccba3fd3c440b95f64965340.tar.bz2
score: Second part of new MrsP implementation
Update #2556.
Diffstat (limited to 'cpukit/score/src/schedulerpriorityaffinitysmp.c')
-rw-r--r--cpukit/score/src/schedulerpriorityaffinitysmp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/src/schedulerpriorityaffinitysmp.c b/cpukit/score/src/schedulerpriorityaffinitysmp.c
index 91f9c3b00f..1163a1a478 100644
--- a/cpukit/score/src/schedulerpriorityaffinitysmp.c
+++ b/cpukit/score/src/schedulerpriorityaffinitysmp.c
@@ -335,14 +335,6 @@ static void _Scheduler_priority_affinity_SMP_Check_for_migrations(
break;
/*
- * FIXME: Do not consider threads using the scheduler helping protocol
- * since this could produce more than one thread in need for help in one
- * operation which is currently not possible.
- */
- if ( lowest_scheduled->help_state != SCHEDULER_HELP_YOURSELF )
- break;
-
- /*
* But if we found a thread which is lower priority than one
* in the ready set, then we need to swap them out.
*/