From feb93ede2729bceebcca3aa07ab0a008aa2a1fb8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jul 2000 15:49:35 +0000 Subject: Changed extra_system_initialization_stack to extra_mpci_receive_server_stack to be consistent with other ports. --- cpukit/score/cpu/h8300/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 43bdece6a6..667755fdfd 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -427,7 +427,7 @@ typedef struct { boolean do_zero_of_workspace; unsigned32 idle_task_stack_size; unsigned32 interrupt_stack_size; - unsigned32 extra_system_initialization_stack; + unsigned32 extra_mpci_receive_server_stack; void * (*stack_allocate_hook)( unsigned32 ); void (*stack_free_hook)( void* ); } rtems_cpu_table; -- cgit v1.2.3