summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-30 11:41:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-30 11:41:09 +0000
commitb7be9c30d2b2512fab7fda7e181db5fc1c2409d5 (patch)
treecd4ae7dcc4e41d46c426ae69c0ee96a27e573ae5 /c/src/exec/sapi/include/confdefs.h
parentAdded sections and redirected some to RAM to avoid warnings. (diff)
downloadrtems-b7be9c30d2b2512fab7fda7e181db5fc1c2409d5.tar.bz2
Removed redundant "* 1024" which exploded the size of the workspace.
Diffstat (limited to 'c/src/exec/sapi/include/confdefs.h')
-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 d6aadb4693..53068bccde 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -557,8 +557,8 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
CONFIGURE_MEMORY_FOR_DEVICES(CONFIGURE_MAXIMUM_DEVICES) + \
CONFIGURE_MEMORY_FOR_MP + \
CONFIGURE_MEMORY_FOR_SYSTEM_OVEREHAD + \
- (((CONFIGURE_MEMORY_OVERHEAD)+1) * 1024) \
- (((CONFIGURE_EXTRA_TASK_STACKS)+1) * 1024) \
+ (((CONFIGURE_MEMORY_OVERHEAD)+1) * 1024) + \
+ (CONFIGURE_EXTRA_TASK_STACKS) \
) & 0xfffffc00)
#endif