Dispersal of internal thread handler resulted in the SYSI task being

only required in a multiprocessor system.  It was replace by the MPCI
Receive Server.  As a result, the CPU Table field for extra stack for
the SYSI task was changed to be extra stack for the MPCI Receive Server.
This commit is contained in:
Joel Sherrill
1996-02-21 14:47:03 +00:00
parent adf98bd423
commit 8cbbe312b6
17 changed files with 22 additions and 23 deletions

View File

@@ -93,7 +93,7 @@ libc_create_hook(rtems_tcb *current_task,
}
/*
* Called for all user TASKS (system tasks are SYSI and IDLE)
* Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
*/
rtems_extension
@@ -115,7 +115,7 @@ libc_start_hook(rtems_tcb *current_task,
}
/*
* Called for all user TASKS (system tasks are SYSI and IDLE)
* Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
*
* NOTE: When using RTEMS fake stat, fstat, and isatty, all output
* is line buffered so this setvbuf is not necessary. This