summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 16:03:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 16:03:06 +0000
commiteb5d942ad5ea1283d159e3072b05f3c4e6415f1f (patch)
tree427352d67433bff2bfcb3065cfa48ddabb876fcb /testsuites/sptests/sp09
parent2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-eb5d942ad5ea1283d159e3072b05f3c4e6415f1f.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
Diffstat (limited to 'testsuites/sptests/sp09')
-rw-r--r--testsuites/sptests/sp09/screen03.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/sptests/sp09/screen03.c b/testsuites/sptests/sp09/screen03.c
index 7cbc1af234..4bc8a5b392 100644
--- a/testsuites/sptests/sp09/screen03.c
+++ b/testsuites/sptests/sp09/screen03.c
@@ -44,8 +44,10 @@ void Screen3()
* skip the test that tries to allocate a stack that is too big.
*/
- if (rtems_cpu_configuration_get_stack_allocate_hook()) {
- puts( "TA1 - rtems_task_create - stack size - RTEMS_UNSATISFIED -- SKIPPED" );
+ if (rtems_configuration_get_stack_allocate_hook()) {
+ puts(
+ "TA1 - rtems_task_create - stack size - RTEMS_UNSATISFIED -- SKIPPED"
+ );
} else {
status = rtems_task_create(
task_name,