summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:37:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:37:00 +0000
commitbac7b614492665aced9757dbdac42e73d7a58c71 (patch)
tree7a3fda6b79a0d9f939667ef0013a3e8f48f6b64d /c/src/exec/sapi/include/confdefs.h
parentModified to find C++ compilers. (diff)
downloadrtems-bac7b614492665aced9757dbdac42e73d7a58c71.tar.bz2
Include memory for Ada task stacks.
Diffstat (limited to '')
-rw-r--r--c/src/exec/sapi/include/confdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index d67eb98bab..94a7114a58 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -559,7 +559,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
CONFIGURE_MEMORY_FOR_MP + \
CONFIGURE_MEMORY_FOR_SYSTEM_OVEREHAD + \
(((CONFIGURE_MEMORY_OVERHEAD)+1) * 1024) + \
- (CONFIGURE_EXTRA_TASK_STACKS) \
+ (CONFIGURE_EXTRA_TASK_STACKS) + (CONFIGURE_ADA_TASKS_STACK) \
) & 0xfffffc00)
#endif
@@ -579,7 +579,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
/* Ada tasks are allocated twice the minimum stack space */
#define CONFIGURE_ADA_TASKS_STACK \
- (CONFIGURE_MAXIMUM_ADA_TASKS * RTEMS_MINIMUM_STACK_SIZE)
+ (CONFIGURE_MAXIMUM_ADA_TASKS * (RTEMS_MINIMUM_STACK_SIZE + (6 * 1024)))
#else
#define CONFIGURE_GNAT_MUTEXES 0