summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp26/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp26/system.h')
-rw-r--r--testsuites/sptests/sp26/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/sptests/sp26/system.h b/testsuites/sptests/sp26/system.h
index 7e22420cfc..0213d5743d 100644
--- a/testsuites/sptests/sp26/system.h
+++ b/testsuites/sptests/sp26/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -28,6 +28,7 @@ void task1(void);
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_EXTRA_TASK_STACKS (5 * 3 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_MAXIMUM_TASKS 5
#define CONFIGURE_MAXIMUM_REGIONS 1
#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)