Changed extra_system_initialization_stack to extra_mpci_receive_server_stack

to be consistent with other ports.
This commit is contained in:
Joel Sherrill
2000-07-03 15:49:35 +00:00
parent c0ffdeeb60
commit feb93ede27
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;