From 86db88d2700722d9235ccf88d14f893ae37a7ac4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Jun 2008 14:23:57 +0000 Subject: 2008-06-05 Joel Sherrill * 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. --- testsuites/sptests/spsize/size.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/sptests/spsize/size.c') 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) + -- cgit v1.2.3