From 8cbbe312b61c9bc60aecfd6f09ca07fecf73294e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Feb 1996 14:47:03 +0000 Subject: 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. --- cpukit/libcsupport/src/newlibc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index 735f104f44..54c7ac048d 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -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 -- cgit v1.2.3