summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 16:19:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-10 16:19:07 +0000
commit13a2734196f9fe8655902ca35155a85a9f4f8a2d (patch)
tree6cc53ec5c7fef38885609dfb735a15aa23661e22 /testsuites
parent2007-03-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-13a2734196f9fe8655902ca35155a85a9f4f8a2d.tar.bz2
2007-03-10 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Remove incorrect and duplicate CONFIGURE_EXTRA_TASK_STACKS.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog5
-rw-r--r--testsuites/sptests/sp26/system.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index bc9629e4db..5530c5c14f 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-10 Joel Sherrill <joel@OARcorp.com>
+
+ * sp26/system.h: Remove incorrect and duplicate
+ CONFIGURE_EXTRA_TASK_STACKS.
+
2007-03-05 Joel Sherrill <joel@OARcorp.com>
PR 1222/cpukit
diff --git a/testsuites/sptests/sp26/system.h b/testsuites/sptests/sp26/system.h
index 0213d5743d..4661f1c133 100644
--- a/testsuites/sptests/sp26/system.h
+++ b/testsuites/sptests/sp26/system.h
@@ -31,7 +31,6 @@ void task1(void);
#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)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE