summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/spsize/size.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-23 16:41:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-23 16:41:00 +0000
commitecc3fe3181d82cdb85ddb90c92408c7cb7390504 (patch)
tree692d30f0895c15e3858a8fc2403d5378d649d617 /c/src/tests/sptests/spsize/size.c
parentModifed to zero out the C heap if the CPU Table indicates that the (diff)
downloadrtems-ecc3fe3181d82cdb85ddb90c92408c7cb7390504.tar.bz2
IDLE task stack size now specified as a field in the CPU Table for all
ports.
Diffstat (limited to 'c/src/tests/sptests/spsize/size.c')
-rw-r--r--c/src/tests/sptests/spsize/size.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index 41724115b4..841cdd7969 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -98,7 +98,7 @@
#endif
#define SYSTEM_TASKS \
- (THREAD_IDLE_STACK_SIZE + \
+ (MINIMUM_STACK_SIZE + \
MPCI_RECEIVE_SERVER_STACK_SIZE + \
(2*sizeof(Thread_Control))) + \
MPCI_RECEIVE_SERVER_FP + \