Changeset 3e5ff08 in rtems
- Timestamp:
- Jun 11, 2012, 5:30:06 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 9da42fb
- Parents:
- 562cadfa
- git-author:
- Joel Sherrill <joel.sherrill@…> (06/11/12 17:30:06)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (06/11/12 17:40:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/mips/rtems/score/cpu.h
r562cadfa r3e5ff08 126 126 * MIPS Specific Information: 127 127 * 128 * XXX document implementation including references if appropriate 128 * Up to and including RTEMS 4.10, the MIPS port used simple vectored 129 * interrupts. But this was changed to the PIC model after 4.10. 129 130 */ 130 131 #define CPU_SIMPLE_VECTORED_INTERRUPTS FALSE … … 706 707 707 708 /* 708 * Support routine to initialize the RTEMS vector table after it is allocated.709 */710 711 #define _CPU_Initialize_vectors()712 713 /*714 709 * Declare the function that is present in the shared libcpu directory, 715 710 * that returns the processor dependent interrupt mask.
Note: See TracChangeset
for help on using the changeset viewer.