summaryrefslogtreecommitdiffstats
path: root/c-user/timer_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/timer_manager.rst
parentc-user: Sort scheduler configuration options (diff)
downloadrtems-docs-464d541653f0ca478b0bfc0bc7f5e3270dead6e5.tar.bz2
c-user: Use uniprocessor throughout
Diffstat (limited to 'c-user/timer_manager.rst')
-rw-r--r--c-user/timer_manager.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/timer_manager.rst b/c-user/timer_manager.rst
index 8e41b47..a1e5fd9 100644
--- a/c-user/timer_manager.rst
+++ b/c-user/timer_manager.rst
@@ -67,7 +67,7 @@ Timer Server
The Timer Server task is responsible for executing the timer service routines
associated with all task-based timers. This task executes at a priority
specified by :ref:`rtems_timer_initiate_server() <rtems_timer_initiate_server>`
-and it may have a priority of zero (the highest priority). In uni-processor
+and it may have a priority of zero (the highest priority). In uniprocessor
configurations, it is created non-preemptible.
By providing a mechanism where timer service routines execute in task rather