From a1c57e451ccb1c2fe46f0ef32dc7f07f801ec44f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Oct 1998 21:27:10 +0000 Subject: Added idle_task_stack_size field to CPU Table. --- doc/supplements/hppa1_1/cputable.t | 6 ++++++ doc/supplements/hppa1_1/cputable.texi | 6 ++++++ doc/supplements/i386/cputable.t | 6 ++++++ doc/supplements/i386/cputable.texi | 6 ++++++ doc/supplements/i960/cputable.t | 6 ++++++ doc/supplements/i960/cputable.texi | 6 ++++++ doc/supplements/m68k/cputable.t | 6 ++++++ doc/supplements/powerpc/cputable.t | 6 ++++++ doc/supplements/powerpc/cputable.texi | 6 ++++++ doc/supplements/sparc/cputable.t | 6 ++++++ doc/supplements/sparc/cputable.texi | 6 ++++++ 11 files changed, 66 insertions(+) (limited to 'doc') diff --git a/doc/supplements/hppa1_1/cputable.t b/doc/supplements/hppa1_1/cputable.t index 110b59e06b..9ea5c1e415 100644 --- a/doc/supplements/hppa1_1/cputable.t +++ b/doc/supplements/hppa1_1/cputable.t @@ -47,6 +47,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 as large as MINIMUM_STACK_SIZE. diff --git a/doc/supplements/hppa1_1/cputable.texi b/doc/supplements/hppa1_1/cputable.texi index 110b59e06b..9ea5c1e415 100644 --- a/doc/supplements/hppa1_1/cputable.texi +++ b/doc/supplements/hppa1_1/cputable.texi @@ -47,6 +47,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 as large as MINIMUM_STACK_SIZE. diff --git a/doc/supplements/i386/cputable.t b/doc/supplements/i386/cputable.t index 4c39655bd9..25ae4db63a 100644 --- a/doc/supplements/i386/cputable.t +++ b/doc/supplements/i386/cputable.t @@ -46,6 +46,7 @@ typedef struct @{ void (*predriver_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 ); @@ -93,6 +94,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 diff --git a/doc/supplements/i386/cputable.texi b/doc/supplements/i386/cputable.texi index 4c39655bd9..25ae4db63a 100644 --- a/doc/supplements/i386/cputable.texi +++ b/doc/supplements/i386/cputable.texi @@ -46,6 +46,7 @@ typedef struct @{ void (*predriver_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 ); @@ -93,6 +94,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 diff --git a/doc/supplements/i960/cputable.t b/doc/supplements/i960/cputable.t index 36b7796162..3feb6389f3 100644 --- a/doc/supplements/i960/cputable.t +++ b/doc/supplements/i960/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_free_hook)( void* ); @@ -101,6 +102,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 diff --git a/doc/supplements/i960/cputable.texi b/doc/supplements/i960/cputable.texi index 36b7796162..3feb6389f3 100644 --- a/doc/supplements/i960/cputable.texi +++ b/doc/supplements/i960/cputable.texi @@ -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_free_hook)( void* ); @@ -101,6 +102,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 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 diff --git a/doc/supplements/powerpc/cputable.t b/doc/supplements/powerpc/cputable.t index 5e4ebd9c83..e4c2efd0ff 100644 --- a/doc/supplements/powerpc/cputable.t +++ b/doc/supplements/powerpc/cputable.t @@ -44,6 +44,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 ); @@ -101,6 +102,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 as large as MINIMUM_STACK_SIZE. diff --git a/doc/supplements/powerpc/cputable.texi b/doc/supplements/powerpc/cputable.texi index 5e4ebd9c83..e4c2efd0ff 100644 --- a/doc/supplements/powerpc/cputable.texi +++ b/doc/supplements/powerpc/cputable.texi @@ -44,6 +44,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 ); @@ -101,6 +102,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 as large as MINIMUM_STACK_SIZE. diff --git a/doc/supplements/sparc/cputable.t b/doc/supplements/sparc/cputable.t index 12b992b75a..c6fa926809 100644 --- a/doc/supplements/sparc/cputable.t +++ b/doc/supplements/sparc/cputable.t @@ -45,6 +45,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 ); @@ -90,6 +91,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 as large as MINIMUM_STACK_SIZE. diff --git a/doc/supplements/sparc/cputable.texi b/doc/supplements/sparc/cputable.texi index 12b992b75a..c6fa926809 100644 --- a/doc/supplements/sparc/cputable.texi +++ b/doc/supplements/sparc/cputable.texi @@ -45,6 +45,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 ); @@ -90,6 +91,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 as large as MINIMUM_STACK_SIZE. -- cgit v1.2.3