summaryrefslogtreecommitdiffstats
path: root/testsuites
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
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 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/unlimited/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 064683c20b..500fd7550d 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
+
+ PR 1162/rtems
+ * unlimited/system.h: Reserve enough memory for the stacks wanted.
+
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
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>