From 09c5ca4cb4f30ba9e0c3c3915a70af7ff3916ec0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 May 2016 22:29:56 +0200 Subject: score: Simplify CORE mutex Remove superfluous support for simple binary semaphores. With this we can get rid of the CORE_MUTEX_NESTING_BLOCKS variant. --- cpukit/rtems/include/rtems/rtems/semimpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/include/rtems/rtems/semimpl.h') diff --git a/cpukit/rtems/include/rtems/rtems/semimpl.h b/cpukit/rtems/include/rtems/rtems/semimpl.h index 813f885d5f..f3dfa0213a 100644 --- a/cpukit/rtems/include/rtems/rtems/semimpl.h +++ b/cpukit/rtems/include/rtems/rtems/semimpl.h @@ -28,6 +28,7 @@ extern "C" { typedef enum { SEMAPHORE_VARIANT_MUTEX, + SEMAPHORE_VARIANT_SIMPLE_BINARY, SEMAPHORE_VARIANT_COUNTING #if defined(RTEMS_SMP) , -- cgit v1.2.3