2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1718/cpukit
	* sapi/include/confdefs.h: POSIX threads are allocated twice the
	minimum stack space by default. confdefs.h only accounts for one
	minimum -- not the 2x factor.
This commit is contained in:
Joel Sherrill
2010-11-16 19:14:29 +00:00
parent c4c3a1c3db
commit 9d2c281e2e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1718/cpukit
* sapi/include/confdefs.h: POSIX threads are allocated twice the
minimum stack space by default. confdefs.h only accounts for one
minimum -- not the 2x factor.
2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1717/cpukit

View File

@@ -938,6 +938,7 @@ extern rtems_configuration_table Configuration;
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API \
_Configure_From_workspace( \
CONFIGURE_MINIMUM_TASK_STACK_SIZE + \
sizeof (POSIX_API_Control) + \
(sizeof (void *) * (CONFIGURE_MAXIMUM_POSIX_KEYS)) \
)