From dea1050312e1ea7d00cdaa8c6f434e56fd7a1caa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Jun 2012 12:28:58 -0500 Subject: arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize --- cpukit/score/cpu/arm/rtems/score/cpu.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h index 4f054e24c5..b12133f054 100644 --- a/cpukit/score/cpu/arm/rtems/score/cpu.h +++ b/cpukit/score/cpu/arm/rtems/score/cpu.h @@ -120,6 +120,11 @@ #define CPU_UNROLL_ENQUEUE_PRIORITY TRUE +/* + * The ARM uses the PIC interrupt model. + */ +#define CPU_SIMPLE_VECTORED_INTERRUPTS FALSE + #define CPU_HAS_SOFTWARE_INTERRUPT_STACK FALSE #define CPU_HAS_HARDWARE_INTERRUPT_STACK FALSE @@ -388,8 +393,6 @@ void _CPU_Context_Initialize( void _CPU_Initialize( void ); -#define _CPU_Initialize_vectors() - void _CPU_ISR_install_vector( uint32_t vector, proc_ptr new_handler, -- cgit v1.2.3