From fc3c7599f609b2ae8ad7349aad337328a9c91e3e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 Apr 2014 08:36:19 +0200 Subject: score: Move declaration to end of file --- cpukit/score/include/rtems/score/scheduler.h | 13 ++++++------- 1 file 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 -- cgit v1.2.3