summaryrefslogtreecommitdiffstats
path: root/c-user/interrupt_manager.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 14:18:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 15:33:02 +0100
commit464d541653f0ca478b0bfc0bc7f5e3270dead6e5 (patch)
tree6203f3e37f2ecd4e45d7a27bae4cebd3c2255047 /c-user/interrupt_manager.rst
parentc-user: Sort scheduler configuration options (diff)
downloadrtems-docs-464d541653f0ca478b0bfc0bc7f5e3270dead6e5.tar.bz2
c-user: Use uniprocessor throughout
Diffstat (limited to 'c-user/interrupt_manager.rst')
-rw-r--r--c-user/interrupt_manager.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst
index e971d60..2734f17 100644
--- a/c-user/interrupt_manager.rst
+++ b/c-user/interrupt_manager.rst
@@ -341,7 +341,7 @@ NOTES:
This directive will not cause the calling task to be preempted.
- This directive is only available in uni-processor configurations. The
+ This directive is only available in uniprocessor configurations. The
directive ``rtems_interrupt_local_disable`` is available in all
configurations.
@@ -414,7 +414,7 @@ NOTES:
This directive will not cause the calling task to be preempted.
- This directive is only available in uni-processor configurations. The
+ This directive is only available in uniprocessor configurations. The
directive ``rtems_interrupt_local_enable`` is available in all
configurations.
@@ -454,7 +454,7 @@ NOTES:
This directive will not cause the calling task to be preempted.
- This directive is only available in uni-processor configurations. The
+ This directive is only available in uniprocessor configurations. The
directives ``rtems_interrupt_local_disable`` and
``rtems_interrupt_local_enable`` are available in all configurations.