summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-03-10 16:39:14 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-03-10 16:39:14 +0000
commit08d01a14526e9edf73ae409ca7b236c6c91a550f (patch)
tree12c495bd923ea59b1f3f1583860ad4b944f9d9dd /cpukit
parent2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-08d01a14526e9edf73ae409ca7b236c6c91a550f.tar.bz2
2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/rtems/extension.h: Documentation.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/sapi/include/rtems/extension.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b3af513aa0..1f3550da0c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * sapi/include/rtems/extension.h: Documentation.
+
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadget.c: Remove conditional since this path can be
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index 310db6ff92..4a7e258818 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -149,13 +149,13 @@ typedef User_extensions_routine
* - Task creation
* - Task start
* - Task restart
- * - Task exit
* - Task context switch
* - Post task context switch
* - Task begins to execute
*
* At the following system events, the extensions are invoked in reverse order:
*
+ * - Task exit
* - Task deletion
* - Fatal error detection
*