From 2ff6ada3e7edba02b2da860be69593ed55f1e57e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 May 2007 21:57:40 +0000 Subject: 2007-05-23 Joel Sherrill * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory properly. --- testsuites/sptests/sp34/changepri.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests/sp34') diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c index 2aee0d6d7c..400dec5aae 100644 --- a/testsuites/sptests/sp34/changepri.c +++ b/testsuites/sptests/sp34/changepri.c @@ -153,7 +153,8 @@ rtems_task Init(rtems_task_argument ignored) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_MEMORY_OVERHEAD 64 +#define CONFIGURE_EXTRA_TASK_STACKS \ + (RTEMS_MINIMUM_STACK_SIZE * NUMBER_OF_BLOCKING_TASKS) #define CONFIGURE_MAXIMUM_TASKS 6 #define CONFIGURE_MAXIMUM_SEMAPHORES 1 -- cgit v1.2.3