summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/bdbuf.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-18 17:19:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-02 15:01:21 +0100
commit8d7f36807c14ec1d4612d2433eb808ea4e726b47 (patch)
tree79a178a41a6beb9ff2925d47795145af37a792b7 /cpukit/include/rtems/bdbuf.h
parentlibblock: Use self-contained mutex for disk lock (diff)
downloadrtems-8d7f36807c14ec1d4612d2433eb808ea4e726b47.tar.bz2
libblock: Use self-contained mutex and cond var
Update #2843.
Diffstat (limited to 'cpukit/include/rtems/bdbuf.h')
-rw-r--r--cpukit/include/rtems/bdbuf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/include/rtems/bdbuf.h b/cpukit/include/rtems/bdbuf.h
index edec05e099..2794af7300 100644
--- a/cpukit/include/rtems/bdbuf.h
+++ b/cpukit/include/rtems/bdbuf.h
@@ -174,15 +174,6 @@ extern "C" {
*/
/**@{**/
-#if defined(RTEMS_POSIX_API)
- /*
- * Use the PTHREAD mutexes and condition variables if available. This helps
- * on SMP configurations to avoid the home grown condition variables via
- * disabled preemption.
- */
- #define RTEMS_BDBUF_USE_PTHREAD
-#endif
-
/**
* @brief State of a buffer of the cache.
*