summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-12 14:37:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-16 14:57:41 +0100
commit4ebdbee81523bbf8ae08d0d8c1346ef472263c52 (patch)
tree27393d9db98a587008bacc174fb04908436c42d5 /cpukit/include/rtems/rtems/sem.h
parentrtems: Require RTEMS_PRIORITY for MrsP semaphores (diff)
downloadrtems-4ebdbee81523bbf8ae08d0d8c1346ef472263c52.tar.bz2
rtems: Allow initially locked MrsP semaphores
Rejecting initially locked MrsP semaphores was due to a limitiation of the early limitiation of the MrsP protocol. This limitation no longer exists.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/sem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/sem.h b/cpukit/include/rtems/rtems/sem.h
index 1f0c952294..e117f1c211 100644
--- a/cpukit/include/rtems/rtems/sem.h
+++ b/cpukit/include/rtems/rtems/sem.h
@@ -240,9 +240,6 @@ extern "C" {
* * When the directive operates on a global object, the directive sends a
* message to remote nodes. This may preempt the calling task.
*
- * * When a semaphore using the MrsP locking protocol is created, the initial
- * count shall be exactly one.
- *
* * The number of semaphores available to the application is configured
* through the #CONFIGURE_MAXIMUM_SEMAPHORES application configuration
* option.