From 08d01a14526e9edf73ae409ca7b236c6c91a550f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Mar 2011 16:39:14 +0000 Subject: [PATCH] 2011-03-10 Sebastian Huber * sapi/include/rtems/extension.h: Documentation. --- cpukit/ChangeLog | 4 ++++ cpukit/sapi/include/rtems/extension.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * sapi/include/rtems/extension.h: Documentation. + 2011-03-09 Joel Sherrill * 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 *