summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/mp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 15:57:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-28 07:37:56 +0200
commit55c6cb1daab39e4ac8e413b4d1156019c47fd7a7 (patch)
treec3f31f556084caa1863b7612f10894ce8de55ccf /cpukit/include/rtems/rtems/mp.h
parentpowerpc/shared/console: "termios" first open sets console baud to 9600 (diff)
downloadrtems-55c6cb1daab39e4ac8e413b4d1156019c47fd7a7.tar.bz2
rtems: Clarify constraints in documentation
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/mp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/mp.h b/cpukit/include/rtems/rtems/mp.h
index ef4def2141..91c31047fb 100644
--- a/cpukit/include/rtems/rtems/mp.h
+++ b/cpukit/include/rtems/rtems/mp.h
@@ -127,7 +127,8 @@ extern "C" {
*
* * The directive may be called from within task context.
*
- * * The directive may unblock another task which may preempt the calling task.
+ * * The directive may unblock a task. This may cause the calling task to be
+ * preempted.
* @endparblock
*/
void rtems_multiprocessing_announce( void );