From 500a8e9c62dca9f62611ecca64857dadb2bc0557 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Apr 2016 06:26:01 +0200 Subject: score: Delete __RTEMS_STRICT_ORDER_MUTEX__ Remove support for strict order mutexes. Close #2124. --- cpukit/score/src/coremutex.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/src/coremutex.c') diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c index 75e0c49592..8fc3a406d9 100644 --- a/cpukit/score/src/coremutex.c +++ b/cpukit/score/src/coremutex.c @@ -67,12 +67,6 @@ CORE_mutex_Status _CORE_mutex_Initialize( return CORE_MUTEX_STATUS_CEILING_VIOLATED; } -#ifdef __RTEMS_STRICT_ORDER_MUTEX__ - _Chain_Prepend_unprotected( &executing->lock_mutex, - &the_mutex->queue.lock_queue ); - the_mutex->queue.priority_before = executing->current_priority; -#endif - executing->resource_count++; if ( is_priority_ceiling ) { -- cgit v1.2.3