summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/a29k
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/a29k
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/a29k')
-rw-r--r--c/src/exec/score/cpu/a29k/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/a29k/cpu.h b/c/src/exec/score/cpu/a29k/cpu.h
index 6578621f79..3bc939ca91 100644
--- a/c/src/exec/score/cpu/a29k/cpu.h
+++ b/c/src/exec/score/cpu/a29k/cpu.h
@@ -456,6 +456,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_system_initialization_stack;
unsigned32 some_other_cpu_dependent_info;