summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm04
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:21:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:21:17 +0000
commit2e3e40770ba3eed7cbdb18c2221cc11e0d62da2a (patch)
tree55d4155ba5578f6f5a8ddbd274c8a6d231e9e359 /testsuites/tmtests/tm04
parentIncreased stack space of a task. (diff)
downloadrtems-2e3e40770ba3eed7cbdb18c2221cc11e0d62da2a.tar.bz2
Increased stack space for all initialization tasks in tmtests.
Diffstat (limited to 'testsuites/tmtests/tm04')
-rw-r--r--testsuites/tmtests/tm04/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm04/system.h b/testsuites/tmtests/tm04/system.h
index a31ee198f7..cdfd1d4e69 100644
--- a/testsuites/tmtests/tm04/system.h
+++ b/testsuites/tmtests/tm04/system.h
@@ -35,6 +35,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 111
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE