summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/h8300/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-03 15:49:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-03 15:49:35 +0000
commitfeb93ede2729bceebcca3aa07ab0a008aa2a1fb8 (patch)
tree10e1ec49dbc6306fcb54c0218285f5c6fa586ffa /c/src/exec/score/cpu/h8300/rtems/score/cpu.h
parentPatch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-feb93ede2729bceebcca3aa07ab0a008aa2a1fb8.tar.bz2
Changed extra_system_initialization_stack to extra_mpci_receive_server_stack
to be consistent with other ports.
Diffstat (limited to 'c/src/exec/score/cpu/h8300/rtems/score/cpu.h')
-rw-r--r--c/src/exec/score/cpu/h8300/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/h8300/rtems/score/cpu.h b/c/src/exec/score/cpu/h8300/rtems/score/cpu.h
index 43bdece6a6..667755fdfd 100644
--- a/c/src/exec/score/cpu/h8300/rtems/score/cpu.h
+++ b/c/src/exec/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;