summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:18:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:18:35 +0000
commita1f37a0f6e3aa525791b4457e2f6789edb4cb2f6 (patch)
treee9ccfa4e68dee68689269ccc32947652fb046839 /testsuites/sptests
parent2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a1f37a0f6e3aa525791b4457e2f6789edb4cb2f6.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* spsize/size.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog6
-rw-r--r--testsuites/sptests/spsize/size.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 57d2614712..a01bd2f0a0 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * spsize/size.c: Move interrupt_stack_size field from CPU Table to
+ Configuration Table. Eliminate CPU Table from all ports. Delete
+ references to CPU Table in all forms.
+
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 7f12de361c..cd4ca80553 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -335,8 +335,6 @@ uninitialized =
/*sysstate.h*/ (sizeof _System_state_Is_multiprocessing) +
(sizeof _System_state_Current) +
-/*system.h*/ (sizeof _CPU_Table) +
-
#if defined(RTEMS_MULTIPROCESSING)
/*taskmp.h*/ 0 +
#endif