summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
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/m68k/gen68302/startup/bspstart.c
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/m68k/gen68302/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
index af512c0d8e..307dc04d1e 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
@@ -233,7 +233,7 @@ int main(
Cpu_table.interrupt_stack_size = 4096;
- Cpu_table.extra_system_initialization_stack = 0;
+ Cpu_table.extra_mpci_receive_server_stack = 0;
/*
* Don't forget the other CPU Table entries.