summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-05 20:09:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-05 20:09:33 +0000
commit0c30bc58c18ebade5e558445b458df8a6f0ba6cc (patch)
treeefb1c25380359ed91c6c86bcc0c5d592f6f8b7c7 /testsuites/sptests/spsize
parent2006-04-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0c30bc58c18ebade5e558445b458df8a6f0ba6cc.tar.bz2
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.
Diffstat (limited to 'testsuites/sptests/spsize')
-rw-r--r--testsuites/sptests/spsize/size.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index e1cba02ca1..8933dfe1f6 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -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