summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-28 06:51:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-02 07:46:16 +0200
commitd5cc9fd6f1fd6268c4872e4145fb27fa5a08a16e (patch)
treecba79b0567eeca94046014bdab0073de46eea4e0 /cpukit/configure.ac
parentscore: Delete __RTEMS_STRICT_ORDER_MUTEX__ (diff)
downloadrtems-d5cc9fd6f1fd6268c4872e4145fb27fa5a08a16e.tar.bz2
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.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac6
1 files changed, 0 insertions, 6 deletions
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"],