From ecc3fe3181d82cdb85ddb90c92408c7cb7390504 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Sep 1998 16:41:00 +0000 Subject: IDLE task stack size now specified as a field in the CPU Table for all ports. --- c/src/exec/score/cpu/a29k/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/score/cpu/a29k') 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; -- cgit v1.2.3