summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:23:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:23:57 +0000
commit86db88d2700722d9235ccf88d14f893ae37a7ac4 (patch)
tree280e4b1613f97845e88be9d75fa658dec6c68fc0 /testsuites/sptests/spsize/size.c
parent2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-86db88d2700722d9235ccf88d14f893ae37a7ac4.tar.bz2
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp28/init.c: Corrections to configuration. * sp37/init.c: Correctly invoke rtems_interrupt_disable() body. * spsize/size.c: _ISR_Vector_table only exists on architectures which use the Simple Vectored Interrupt Model.
Diffstat (limited to '')
-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 7a1a1034d1..9ba23c3cb1 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -257,7 +257,9 @@ uninitialized =
(sizeof _IO_Driver_address_table) +
/*isr.h*/ (sizeof _ISR_Nest_level) +
+#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
(sizeof _ISR_Vector_table) +
+#endif
(sizeof _ISR_Signals_to_thread_executing) +
/*message.h*/ (sizeof _Message_queue_Information) +