2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems++/System.h: Account for extra task stacks properly.
This commit is contained in:
Joel Sherrill
2008-06-17 18:49:37 +00:00
parent f5f519bdaf
commit 1bdf29debf
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems++/System.h: Account for extra task stacks properly.
2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloctest/init.c: Fix return status check.

View File

@@ -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 <rtems/confdefs.h>