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/include/rtems/score/thread.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 4da4a341d6..8bc12d2e33 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -808,12 +808,6 @@ struct _Thread_Control { SMP_lock_Stats Potpourri_stats; #endif -#ifdef __RTEMS_STRICT_ORDER_MUTEX__ - /** This field is the head of queue of priority inheritance mutex - * held by the thread. - */ - Chain_Control lock_mutex; -#endif #if defined(RTEMS_SMP) /** * @brief Resource node to build a dependency tree in case this thread owns -- cgit v1.2.3