summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:51:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:51:23 +0000
commit9a993ed573727fc322868d279c22e4cc9545769c (patch)
tree4da591add81a857d3b6978bd9efa02011ce889ed /testsuites/mptests
parentFixed screen to match actual output. (diff)
downloadrtems-9a993ed573727fc322868d279c22e4cc9545769c.tar.bz2
Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirements
more accurate.
Diffstat (limited to 'testsuites/mptests')
-rw-r--r--testsuites/mptests/mp05/system.h2
-rw-r--r--testsuites/mptests/mp14/system.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/mptests/mp05/system.h b/testsuites/mptests/mp05/system.h
index b9e2b9ff12..a3d66bf338 100644
--- a/testsuites/mptests/mp05/system.h
+++ b/testsuites/mptests/mp05/system.h
@@ -39,6 +39,8 @@ rtems_asr Process_asr( rtems_signal_set );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
+
#include <confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp14/system.h b/testsuites/mptests/mp14/system.h
index 6f00bb505e..1bbc8ca1e9 100644
--- a/testsuites/mptests/mp14/system.h
+++ b/testsuites/mptests/mp14/system.h
@@ -70,6 +70,8 @@ void Exit_test( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
+
#include <confdefs.h>
/* variables */