summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 19:51:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 19:51:49 +0000
commit1fc9ef5433ebc3bbeb8185640800dc7605dfd128 (patch)
tree71adae23f030cb48227a69010d817bc9d8e3f4b5
parent2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-1fc9ef5433ebc3bbeb8185640800dc7605dfd128.tar.bz2
2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1864/doc * user/conf.t: Add missing documentation for CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
-rw-r--r--doc/ChangeLog7
-rw-r--r--doc/user/conf.t15
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ad1fd255dc..2d28645069 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1864/doc
+ * user/conf.t: Add missing documentation for
+ CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
+ CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
+
2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1851/doc
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 0c46abe9e1..9c05dbdaa8 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -688,6 +688,21 @@ The default is 0.
POSIX API semaphores that can be concurrently active.
The default is 0.
+@findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
+@item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
+POSIX API barriers that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
+POSIX API spinlocks that can be concurrently active.
+The default is 0.
+
+@findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
+@item @code{CONFIGURE_MAXIMUM_POSIX_RWLOCKS} is the maximum number of
+POSIX API read-write locks that can be concurrently active.
+The default is 0.
+
@end itemize
@subsection POSIX Initialization Threads Table Configuration