From bbd655a3d50d4b2ecbe746a4ab2cb4f72a205bc3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Dec 2007 16:05:56 +0000 Subject: 2007-12-19 Joel Sherrill * spsize/size.c: Account for previous changes in calculation of MPCI receive server stack. --- testsuites/sptests/spsize/size.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index cd4ca80553..fd70a3ad60 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -3,7 +3,7 @@ * This program is run to determine the data space and work space * requirements of the current version of RTEMS. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -112,8 +112,10 @@ int getint( void ); #endif #if defined(RTEMS_MULTIPROCESSING) +#define MPCI_RECEIVE_SERVER_STACK_SIZE \ + #define MP_SYSTEM_TASKS \ - (MPCI_RECEIVE_SERVER_STACK_SIZE + \ + (STACK_MINIMUM_SIZE + CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK + \ sizeof(Thread_Control) + \ MPCI_RECEIVE_SERVER_FP) #else -- cgit v1.2.3