summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-01 23:08:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-01 23:08:47 +0000
commit850f87e5c9ea6da35a858c8870536f2d126274c4 (patch)
tree694d657b09300e13c976a76a38ec8d6f39907409 /testsuites/sptests
parent2001-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-850f87e5c9ea6da35a858c8870536f2d126274c4.tar.bz2
2001-11-01 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Properly account for stack memory used by this test. Reported by Jerry Needell <jerry.needell@unh.edu> and processed as PR78.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog6
-rw-r--r--testsuites/sptests/sp26/system.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 15c72c3ed0..6cc673837a 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-01 Joel Sherrill <joel@OARcorp.com>
+
+ * sp26/system.h: Properly account for stack memory used by
+ this test. Reported by Jerry Needell <jerry.needell@unh.edu>
+ and processed as PR78.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/testsuites/sptests/sp26/system.h b/testsuites/sptests/sp26/system.h
index dcd0904759..5957c21b3e 100644
--- a/testsuites/sptests/sp26/system.h
+++ b/testsuites/sptests/sp26/system.h
@@ -30,6 +30,7 @@ void task1(void);
#define CONFIGURE_MAXIMUM_TASKS 5
#define CONFIGURE_MAXIMUM_REGIONS 1
+#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE