summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-23 16:41:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-23 16:41:00 +0000
commitecc3fe3181d82cdb85ddb90c92408c7cb7390504 (patch)
tree692d30f0895c15e3858a8fc2403d5378d649d617 /c/src/exec/score/cpu/i960
parentModifed to zero out the C heap if the CPU Table indicates that the (diff)
downloadrtems-ecc3fe3181d82cdb85ddb90c92408c7cb7390504.tar.bz2
IDLE task stack size now specified as a field in the CPU Table for all
ports.
Diffstat (limited to 'c/src/exec/score/cpu/i960')
-rw-r--r--c/src/exec/score/cpu/i960/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/i960/cpu.h b/c/src/exec/score/cpu/i960/cpu.h
index 2a0882149b..1deb8c08b4 100644
--- a/c/src/exec/score/cpu/i960/cpu.h
+++ b/c/src/exec/score/cpu/i960/cpu.h
@@ -162,6 +162,7 @@ typedef struct {
void (*postdriver_hook)( void );
void (*idle_task)( void );
boolean do_zero_of_workspace;
+ unsigned32 idle_task_stack_size;
unsigned32 interrupt_stack_size;
unsigned32 extra_mpci_receive_server_stack;
void * (*stack_allocate_hook)( unsigned32 );