summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-28 06:26:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-02 07:46:16 +0200
commit500a8e9c62dca9f62611ecca64857dadb2bc0557 (patch)
tree1ffd836015e5397eeac688dc1c6ced38d587c40e /cpukit/score/include/rtems/score/thread.h
parentscore: Avoid Giant lock for set time of day (diff)
downloadrtems-500a8e9c62dca9f62611ecca64857dadb2bc0557.tar.bz2
score: Delete __RTEMS_STRICT_ORDER_MUTEX__
Remove support for strict order mutexes. Close #2124.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/thread.h6
1 files changed, 0 insertions, 6 deletions
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