summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/startup
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 /c/src/lib/libbsp/unix/posix/startup
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 'c/src/lib/libbsp/unix/posix/startup')
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/startup/bspstart.c b/c/src/lib/libbsp/unix/posix/startup/bspstart.c
index cefa60032f..94da2e6fc8 100644
--- a/c/src/lib/libbsp/unix/posix/startup/bspstart.c
+++ b/c/src/lib/libbsp/unix/posix/startup/bspstart.c
@@ -321,7 +321,7 @@ bsp_start(void)
Cpu_table.interrupt_stack_size = (12 * 1024);
- Cpu_table.extra_system_initialization_stack = 0;
+ Cpu_table.extra_mpci_receive_server_stack = 0;
/*
* Add 1 region for RTEMS Malloc