From b7be9c30d2b2512fab7fda7e181db5fc1c2409d5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Apr 1998 11:41:09 +0000 Subject: Removed redundant "* 1024" which exploded the size of the workspace. --- c/src/exec/sapi/include/confdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/sapi/include/confdefs.h') 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 -- cgit v1.2.3