summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 08:36:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 11:01:18 +0200
commitfc3c7599f609b2ae8ad7349aad337328a9c91e3e (patch)
tree801e1c1ccbe12ccdb2f85676c0621f52e28b4acb
parentpthreadimpl.h: Conditionalize thread affinity copying (diff)
downloadrtems-fc3c7599f609b2ae8ad7349aad337328a9c91e3e.tar.bz2
score: Move declaration to end of file
-rw-r--r--cpukit/score/include/rtems/score/scheduler.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/score/include/rtems/score/scheduler.h
index 7aeb560691..1890caf491 100644
--- a/cpukit/score/include/rtems/score/scheduler.h
+++ b/cpukit/score/include/rtems/score/scheduler.h
@@ -208,14 +208,7 @@ void _Scheduler_default_Start_idle(
Per_CPU_Control *processor
);
-/*
- * See also PR2174: Memory corruption with EDF scheduler and thread priority
- * queues.
- */
-extern const bool _Scheduler_FIXME_thread_priority_queues_are_broken;
-
#if defined(__RTEMS_HAVE_SYS_CPUSET_H__) && defined(RTEMS_SMP)
-
/**
* @brief Get affinity for the default scheduler.
*
@@ -251,6 +244,12 @@ extern const bool _Scheduler_FIXME_thread_priority_queues_are_broken;
);
#endif
+/*
+ * See also PR2174: Memory corruption with EDF scheduler and thread priority
+ * queues.
+ */
+extern const bool _Scheduler_FIXME_thread_priority_queues_are_broken;
+
/**@}*/
#ifdef __cplusplus