summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-08 20:41:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-08 20:41:02 +0000
commitc5083aab1a02faf41a24285f9934181010432081 (patch)
treec6ba85ee925ab54c04c8281b5afe72a1c596d790 /testsuites/samples/unlimited/system.h
parentNew file. (diff)
downloadrtems-c5083aab1a02faf41a24285f9934181010432081.tar.bz2
2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1162/rtems * unlimited/system.h: Reserve enough memory for the stacks wanted.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/unlimited/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 381377a16b..5925d43202 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -48,7 +48,7 @@ void test3();
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
-#define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
#include <rtems/confdefs.h>