score: Move declaration to end of file

This commit is contained in:
Sebastian Huber
2014-04-04 08:36:19 +02:00
parent 69d7279bd5
commit fc3c7599f6

View File

@@ -208,14 +208,7 @@ void _Scheduler_default_Start_idle(
Per_CPU_Control *processor 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) #if defined(__RTEMS_HAVE_SYS_CPUSET_H__) && defined(RTEMS_SMP)
/** /**
* @brief Get affinity for the default scheduler. * @brief Get affinity for the default scheduler.
* *
@@ -251,6 +244,12 @@ extern const bool _Scheduler_FIXME_thread_priority_queues_are_broken;
); );
#endif #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 #ifdef __cplusplus