From 6849e5379afceb89436942073064fbc0cbfa54e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 21 Mar 2015 14:43:47 -0500 Subject: sptests/sp20: Reduce memory requirements This was checked on sparc/sis. If this fails on other targets, then the task stack sizes needs to be reevaluated. --- testsuites/sptests/sp20/init.c | 2 +- testsuites/sptests/sp20/system.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuites/sptests/sp20/init.c b/testsuites/sptests/sp20/init.c index 746639b938..e88c6c2bbb 100644 --- a/testsuites/sptests/sp20/init.c +++ b/testsuites/sptests/sp20/init.c @@ -48,7 +48,7 @@ rtems_task Init( status = rtems_task_create( Task_name[ index ], Priorities[ index ], - RTEMS_MINIMUM_STACK_SIZE * 4, + RTEMS_MINIMUM_STACK_SIZE, RTEMS_DEFAULT_MODES, RTEMS_DEFAULT_ATTRIBUTES, &Task_id[ index ] diff --git a/testsuites/sptests/sp20/system.h b/testsuites/sptests/sp20/system.h index 906331d784..33d07f79b4 100644 --- a/testsuites/sptests/sp20/system.h +++ b/testsuites/sptests/sp20/system.h @@ -47,8 +47,6 @@ void Get_all_counters( void ); #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_EXTRA_TASK_STACKS (6 * 4 * RTEMS_MINIMUM_STACK_SIZE) - #include /* global variables */ -- cgit v1.2.3