summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize
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/spsize
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/spsize')
-rw-r--r--testsuites/sptests/spsize/size.c2
1 files changed, 0 insertions, 2 deletions
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