2006-04-05 Joel Sherrill <joel@OARcorp.com>

Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>

	* spsize/size.c: Victor spotted the problem that
	_MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
	variables and needed to be set to the same value.  I took that
	idea and just removed _Thread_MP_Receive.  All uses are now
	_MPCI_Receive_server_tcb.
This commit is contained in:
Joel Sherrill
2006-04-05 20:09:33 +00:00
parent 5250299424
commit 0c30bc58c1
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
2006-04-05 Joel Sherrill <joel@OARcorp.com>
Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
* spsize/size.c: Victor spotted the problem that
_MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
variables and needed to be set to the same value. I took that
idea and just removed _Thread_MP_Receive. All uses are now
_MPCI_Receive_server_tcb.
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE,

View File

@@ -360,8 +360,7 @@ uninitialized =
(sizeof _Thread_Idle) +
#if defined(RTEMS_MULTIPROCESSING)
/*threadmp.h*/ (sizeof _Thread_MP_Receive) +
(sizeof _Thread_MP_Active_proxies) +
/*threadmp.h*/ (sizeof _Thread_MP_Active_proxies) +
(sizeof _Thread_MP_Inactive_proxies) +
#endif