From 1bdf29debf9b28daae18ff7a1a91eef5c91fe4ea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Jun 2008 18:49:37 +0000 Subject: 2008-06-17 Joel Sherrill * rtems++/System.h: Account for extra task stacks properly. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/rtems++/System.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index bd85c3ccf3..4a7bef87c0 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2008-06-17 Joel Sherrill + + * rtems++/System.h: Account for extra task stacks properly. + 2008-02-27 Joel Sherrill * malloctest/init.c: Fix return status check. diff --git a/testsuites/libtests/rtems++/System.h b/testsuites/libtests/rtems++/System.h index 309a0094e4..61b8716f66 100644 --- a/testsuites/libtests/rtems++/System.h +++ b/testsuites/libtests/rtems++/System.h @@ -3,7 +3,7 @@ * This include file contains information that is included in every * function in the test set. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -128,7 +128,7 @@ class Io_during_interrupt #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE) -#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) +#define CONFIGURE_EXTRA_TASK_STACKS (13 * RTEMS_MINIMUM_STACK_SIZE) #include -- cgit v1.2.3