From 94c0943d176a84e1313ac4794833b66a286e020a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Dec 1998 18:21:39 +0000 Subject: Corrected information about the post_switch extension. --- doc/user/conf.t | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/user/conf.t') 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 -- cgit v1.2.3