summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 16:03:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 16:03:06 +0000
commiteb5d942ad5ea1283d159e3072b05f3c4e6415f1f (patch)
tree427352d67433bff2bfcb3065cfa48ddabb876fcb /testsuites/sptests/spsize/size.c
parent2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-eb5d942ad5ea1283d159e3072b05f3c4e6415f1f.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
Diffstat (limited to 'testsuites/sptests/spsize/size.c')
-rw-r--r--testsuites/sptests/spsize/size.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 8d7d78e645..7f12de361c 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -441,7 +441,9 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
initialized +=
/*copyrt.h*/ (strlen(_Copyright_Notice)+1) +
+#if defined(RTEMS_MULTIPROCESSING)
/*sptables.h*/ (sizeof _Initialization_Default_multiprocessing_table) +
+#endif
(strlen(_RTEMS_version)+1);