mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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:
@@ -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>
|
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_ENABLE_BARE,
|
* configure.ac: Remove RTEMS_ENABLE_BARE,
|
||||||
|
|||||||
@@ -360,8 +360,7 @@ uninitialized =
|
|||||||
(sizeof _Thread_Idle) +
|
(sizeof _Thread_Idle) +
|
||||||
|
|
||||||
#if defined(RTEMS_MULTIPROCESSING)
|
#if defined(RTEMS_MULTIPROCESSING)
|
||||||
/*threadmp.h*/ (sizeof _Thread_MP_Receive) +
|
/*threadmp.h*/ (sizeof _Thread_MP_Active_proxies) +
|
||||||
(sizeof _Thread_MP_Active_proxies) +
|
|
||||||
(sizeof _Thread_MP_Inactive_proxies) +
|
(sizeof _Thread_MP_Inactive_proxies) +
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user