summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-17 15:28:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-17 15:28:05 +0000
commitf5f519bdaf2eec9f49b01c6dec95045c57f9594a (patch)
tree4194c0bfa24e0d192a24fa14a20d707046a1ef47 /testsuites
parenthris Johns <chrisj@rtems.org> (diff)
downloadrtems-f5f519bdaf2eec9f49b01c6dec95045c57f9594a.tar.bz2
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack requested for initialization task.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog5
-rw-r--r--testsuites/psxtests/psxrwlock01/main.c4
-rw-r--r--testsuites/psxtests/psxspin01/main.c4
3 files changed, 11 insertions, 2 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 7c9d6b9df0..c7e49dbccc 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
+ requested for initialization task.
+
2008-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
diff --git a/testsuites/psxtests/psxrwlock01/main.c b/testsuites/psxtests/psxrwlock01/main.c
index 22f8838266..34807054ac 100644
--- a/testsuites/psxtests/psxrwlock01/main.c
+++ b/testsuites/psxtests/psxrwlock01/main.c
@@ -1,7 +1,7 @@
/*
* Simple test program -- simplified version of sample test hello.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -41,6 +41,8 @@ rtems_task Init(
#define CONFIGURE_INIT_TASK_PRIORITY 2
#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_PREEMPT
+#define CONFIGURE_EXTRA_TASK_STACKS RTEMS_MINIMUM_STACK_SIZE
+
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
diff --git a/testsuites/psxtests/psxspin01/main.c b/testsuites/psxtests/psxspin01/main.c
index cb5e89230d..cf5498a413 100644
--- a/testsuites/psxtests/psxspin01/main.c
+++ b/testsuites/psxtests/psxspin01/main.c
@@ -1,7 +1,7 @@
/*
* Simple test program wrapper for Spinlocks
*
- * COPYRIGHT (c) 1989-2006.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -40,6 +40,8 @@ rtems_task Init(
#define CONFIGURE_INIT_TASK_PRIORITY 2
#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_PREEMPT
+#define CONFIGURE_EXTRA_TASK_STACKS RTEMS_MINIMUM_STACK_SIZE
+
#define CONFIGURE_INIT
#include <rtems/confdefs.h>