summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-01 23:09:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-01 23:09:04 +0000
commite7585ed5171ccf00702585efa211c3366083231d (patch)
tree12bcb3ee652f2919e4363f89e09ee33d80932333
parent2001-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e7585ed5171ccf00702585efa211c3366083231d.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.
-rw-r--r--c/src/tests/sptests/sp26/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/sptests/sp26/system.h b/c/src/tests/sptests/sp26/system.h
index dcd0904759..5957c21b3e 100644
--- a/c/src/tests/sptests/sp26/system.h
+++ b/c/src/tests/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