summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityaffinitysmp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.
*/