summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-21 14:47:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-21 14:47:03 +0000
commit8cbbe312b61c9bc60aecfd6f09ca07fecf73294e (patch)
tree2f0d6c0820861d0aa98f7b5f4c260c87ac3450a4 /cpukit/libcsupport
parentRemoved the internal thread objects and dispersed its contents to (diff)
downloadrtems-8cbbe312b61c9bc60aecfd6f09ca07fecf73294e.tar.bz2
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.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/src/newlibc.c4
1 files changed, 2 insertions, 2 deletions
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