summaryrefslogtreecommitdiffstats
path: root/doc/supplements/m68k/cputable.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/supplements/m68k/cputable.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/supplements/m68k/cputable.t b/doc/supplements/m68k/cputable.t
index 95de7d028c..b0d011e2c5 100644
--- a/doc/supplements/m68k/cputable.t
+++ b/doc/supplements/m68k/cputable.t
@@ -48,6 +48,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 );
@@ -94,6 +95,11 @@ indicates whether RTEMS should
zero the Workspace as part of its initialization. If set to
TRUE, the Workspace is zeroed. Otherwise, it is not.
+@item idle_task_stack_size
+is the size of the RTEMS idle task stack in bytes.
+If this number is less than MINIMUM_STACK_SIZE, then the
+idle task's stack will be MINIMUM_STACK_SIZE in byte.
+
@item interrupt_stack_size
is the size of the RTEMS
allocated interrupt stack in bytes. This value must be at least