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. --- c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c') diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c b/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c index 9336a54a09..0cc4ae8e60 100644 --- a/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c @@ -201,7 +201,7 @@ int main( Cpu_table.interrupt_stack_size = 4096; - Cpu_table.extra_system_initialization_stack = 0; + Cpu_table.extra_mpci_receive_server_stack = 0; /* * Copy the table -- cgit v1.2.3