summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-06-11 12:30:06 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-06-11 12:40:11 -0500
commit3e5ff0822752be8dd43dd6d2a8612818af9e97dd (patch)
tree818f3f9c855f3be3315036d070b316635eb5e6c8 /cpukit/score/cpu/mips/rtems
parenti386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize (diff)
downloadrtems-3e5ff0822752be8dd43dd6d2a8612818af9e97dd.tar.bz2
mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
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.
*/