summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-17 18:21:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-17 18:21:39 +0000
commit94c0943d176a84e1313ac4794833b66a286e020a (patch)
tree62c70e466ce218943f10a603bcf41f25c6780f04 /doc/user/conf.t
parentUpdated socket information (diff)
downloadrtems-94c0943d176a84e1313ac4794833b66a286e020a.tar.bz2
Corrected information about the post_switch extension.
Diffstat (limited to '')
-rw-r--r--doc/user/conf.t7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 35cd9f2d2f..786fdc53f9 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -576,7 +576,6 @@ typedef struct @{
rtems_task_restart_extension thread_restart;
rtems_task_delete_extension thread_delete;
rtems_task_switch_extension thread_switch;
- rtems_task_post_switch_extension thread_post_switch;
rtems_task_begin_extension thread_begin;
rtems_task_exitted_extension thread_exitted;
rtems_fatal_extension fatal;
@@ -642,12 +641,6 @@ task's context and before restoring the heir task's context, it
is not necessary for this routine to save and restore any
registers.
-@item thread_post_switch
-is the address of the
-user-supplied subroutine for the post task context switch
-extension. This subroutine is called from RTEMS dispatcher in
-the context of the task which has just been swapped in.
-
@item thread_begin
is the address of the user-supplied
subroutine which is invoked immediately before a task begins