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/hppa1.1/simhppa/startup/bspstart.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c index 9d9b5985d0..a063d5f32b 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c @@ -29,7 +29,6 @@ #include #include #include -#include #include @@ -88,9 +87,9 @@ fast_idle_switch_hook(rtems_tcb *current_task, * but its the best we could think of at the moment. */ - if (heir_task == _Internal_threads_Idle_thread) + if (heir_task == _Thread_Idle) CPU_HPPA_CLICKS_PER_TICK = fast_clock; - else if (current_task == _Internal_threads_Idle_thread) + else if (current_task == _Thread_Idle) CPU_HPPA_CLICKS_PER_TICK = normal_clock; } @@ -345,7 +344,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; /* * Set this artificially low for the simulator -- cgit v1.2.3