summaryrefslogtreecommitdiffstats
path: root/doc/supplements/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:27:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:27:10 +0000
commita1c57e451ccb1c2fe46f0ef32dc7f07f801ec44f (patch)
treed04309ab8b0e9e796eb407f2d594b24141e81a9d /doc/supplements/i960
parentAdded message to "return -1 and set errno". (diff)
downloadrtems-a1c57e451ccb1c2fe46f0ef32dc7f07f801ec44f.tar.bz2
Added idle_task_stack_size field to CPU Table.
Diffstat (limited to 'doc/supplements/i960')
-rw-r--r--doc/supplements/i960/cputable.t6
-rw-r--r--doc/supplements/i960/cputable.texi6
2 files changed, 12 insertions, 0 deletions
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