From ed7a02895e3bedda5edb33c91f0ffc956e9cab06 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Jul 2014 14:26:13 -0500 Subject: Thread Queue Priority Discipline Reimplemented with RBTree --- cpukit/configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index e87aa4a94a..19e5b810a6 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -248,12 +248,6 @@ RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__], [1], [disable inlining _Thread_Enable_dispatch]) -## This improves both the size and coverage analysis. -RTEMS_CPUOPT([__RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY__], - [test x"${RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY}" = x"1"], - [1], - [disable inlining _Thread_queue_Enqueue_priority]) - ## This gives the same behavior as 4.8 and older RTEMS_CPUOPT([__RTEMS_STRICT_ORDER_MUTEX__], [test x"${ENABLE_STRICT_ORDER_MUTEX}" = x"1"], -- cgit v1.2.3