summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/mips/rtems')
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h9
1 files changed, 2 insertions, 7 deletions
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
@@ -705,12 +706,6 @@ extern unsigned int mips_interrupt_number_of_vectors;
*/
/*
- * 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.
*/