mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 20:02:27 +08:00
2011-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* user/part.t, user/sem.t: Typos.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* user/part.t, user/sem.t: Typos.
|
||||
|
||||
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1824/cpukit
|
||||
|
||||
+4
-4
@@ -55,8 +55,8 @@ of the desired attribute components. The set of valid partition
|
||||
attributes is provided in the following table:
|
||||
|
||||
@itemize @bullet
|
||||
@item @code{@value{RPREFIX}LOCAL} - local task (default)
|
||||
@item @code{@value{RPREFIX}GLOBAL} - global task
|
||||
@item @code{@value{RPREFIX}LOCAL} - local partition (default)
|
||||
@item @code{@value{RPREFIX}GLOBAL} - global partition
|
||||
@end itemize
|
||||
|
||||
Attribute values are specifically designed to be
|
||||
@@ -213,8 +213,8 @@ The following partition attribute constants are
|
||||
defined by RTEMS:
|
||||
|
||||
@itemize @bullet
|
||||
@item @code{@value{RPREFIX}LOCAL} - local task (default)
|
||||
@item @code{@value{RPREFIX}GLOBAL} - global task
|
||||
@item @code{@value{RPREFIX}LOCAL} - local partition (default)
|
||||
@item @code{@value{RPREFIX}GLOBAL} - global partition
|
||||
@end itemize
|
||||
|
||||
The PTCB for a global partition is allocated on the
|
||||
|
||||
+2
-2
@@ -206,9 +206,9 @@ inheritance (default)
|
||||
@item @code{@value{RPREFIX}NO_PRIORITY_CEILING} - do not use priority
|
||||
ceiling (default)
|
||||
|
||||
@item @code{@value{RPREFIX}LOCAL} - local task (default)
|
||||
@item @code{@value{RPREFIX}LOCAL} - local semaphore (default)
|
||||
|
||||
@item @code{@value{RPREFIX}GLOBAL} - global task
|
||||
@item @code{@value{RPREFIX}GLOBAL} - global semaphore
|
||||
@end itemize
|
||||
|
||||
Attribute values are specifically designed to be
|
||||
|
||||
Reference in New Issue
Block a user