From d5cc9fd6f1fd6268c4872e4145fb27fa5a08a16e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Apr 2016 06:51:25 +0200 Subject: score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ Delete __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ as a preparation to restructure the CORE mutex variants and reduce the branch complexity. --- 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 4b9020c089..054e60e62b 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -266,12 +266,6 @@ RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__], [1], [disable inlining _Thread_Enable_dispatch]) -## This improves both the size and coverage analysis. -RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__], - [test x"${RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE}" = x"1"], - [1], - [disable inlining _Thread_Enable_dispatch]) - ## Deactivate ada bindings RTEMS_CPUOPT([__RTEMS_ADA__], [test x"${enable_ada}" = x"yes"], -- cgit v1.2.3