From 1fac361fb9d4ec7f5b4ad2801ee6ff5858c82942 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 24 Mar 2014 08:51:37 +0100 Subject: score: PR2174: Add workaround Add _Scheduler_FIXME_thread_priority_queues_are_broken to prevent thread priority queues in case an EDF scheduler is used. --- cpukit/score/include/rtems/score/scheduler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/score/include/rtems') diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/score/include/rtems/score/scheduler.h index ced3c00980..01d0c3a25b 100644 --- a/cpukit/score/include/rtems/score/scheduler.h +++ b/cpukit/score/include/rtems/score/scheduler.h @@ -184,6 +184,12 @@ 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; + /**@}*/ #ifdef __cplusplus -- cgit v1.2.3