summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/paranoia/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-19 22:21:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-19 22:21:46 +0000
commit709b93db98225f1b4c30eee62e53c6aed03cae6d (patch)
tree9c9d2f21b8d5d6f3b235daa8be24041af156a22b /testsuites/samples/paranoia/system.h
parentAdded condition compile flag for dump of stack usage information on (diff)
downloadrtems-709b93db98225f1b4c30eee62e53c6aed03cae6d.tar.bz2
Increased stack size.
Diffstat (limited to 'testsuites/samples/paranoia/system.h')
-rw-r--r--testsuites/samples/paranoia/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index f562ec2800..3837d9d902 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -27,7 +27,9 @@ rtems_task Init(
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
+
#include <confdefs.h>