[rtems commit] mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
Joel Sherrill
joel at rtems.org
Mon Jun 11 17:58:06 UTC 2012
Module: rtems
Branch: master
Commit: 3e5ff0822752be8dd43dd6d2a8612818af9e97dd
Changeset: http://git.rtems.org/rtems/commit/?id=3e5ff0822752be8dd43dd6d2a8612818af9e97dd
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Mon Jun 11 12:30:06 2012 -0500
mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Initialize
---
cpukit/score/cpu/mips/rtems/score/cpu.h | 9 ++-------
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 0ccf429..d0f7c05 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.
*/
More information about the vc
mailing list