summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/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/hppa1.1/simhppa/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c7
1 files changed, 3 insertions, 4 deletions
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 <rtems.h>
#include <bsp.h>
#include <rtems/libio.h>
-#include <rtems/intthrd.h>
#include <libcsupport.h>
@@ -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