From 3e5ff0822752be8dd43dd6d2a8612818af9e97dd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Jun 2012 12:30:06 -0500 Subject: mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize --- cpukit/score/cpu/mips/rtems/score/cpu.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'cpukit/score/cpu/mips/rtems') diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index 0ccf429ae3..d0f7c05483 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -125,7 +125,8 @@ extern "C" { * * MIPS Specific Information: * - * XXX document implementation including references if appropriate + * Up to and including RTEMS 4.10, the MIPS port used simple vectored + * interrupts. But this was changed to the PIC model after 4.10. */ #define CPU_SIMPLE_VECTORED_INTERRUPTS FALSE @@ -704,12 +705,6 @@ extern unsigned int mips_interrupt_number_of_vectors; * ISR handler macros */ -/* - * Support routine to initialize the RTEMS vector table after it is allocated. - */ - -#define _CPU_Initialize_vectors() - /* * Declare the function that is present in the shared libcpu directory, * that returns the processor dependent interrupt mask. -- cgit v1.2.3