summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/scheduler.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-24 08:35:45 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-24 08:35:45 +0100
commit26f4cddbd9146e8e0b849828f8ee76f5a78a118b (patch)
tree5c59e0a072f122cda42874437a36ac3e04b2dd2f /cpukit/score/include/rtems/score/scheduler.h
parentsmp: Fix scheduler helping protocol (diff)
downloadrtems-26f4cddbd9146e8e0b849828f8ee76f5a78a118b.tar.bz2
_Scheduler_FIXME_thread_priority_queues_are_broken
Delete this variable since it is no longer necessary due to the thread priority queue implementation change to use RB trees.
Diffstat (limited to 'cpukit/score/include/rtems/score/scheduler.h')
-rw-r--r--cpukit/score/include/rtems/score/scheduler.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/score/include/rtems/score/scheduler.h
index 8da988fffd..8bace85f2a 100644
--- a/cpukit/score/include/rtems/score/scheduler.h
+++ b/cpukit/score/include/rtems/score/scheduler.h
@@ -552,15 +552,6 @@ void _Scheduler_default_Start_idle(
#define SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY
#endif
-/**
- * @brief Indicates if thread priority queues are broken with the configured
- * scheduler or not.
- *
- * See also PR2174: Memory corruption with EDF scheduler and thread priority
- * queues.
- */
-extern const bool _Scheduler_FIXME_thread_priority_queues_are_broken;
-
/**@}*/
#ifdef __cplusplus