forked from Imagelibrary/rtems
2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* spsize/size.c: Account for previous changes in calculation of MPCI receive server stack.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* spsize/size.c: Account for previous changes in calculation of MPCI
|
||||
receive server stack.
|
||||
|
||||
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp09/screen07.c, sp09/sp09.scn: Add test for
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user