Changeset 51dc8e92 in rtems
- Timestamp:
- 01/04/02 18:16:36 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 86d23e2
- Parents:
- 5c76213
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
r5c76213 r51dc8e92 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. 4 * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. 5 * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h. 6 * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. 7 1 8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/mips/mongoosev/vectorisrs/vectorisrs.c
r5c76213 r51dc8e92 28 28 } while (0) 29 29 30 #include < bspIo.h> /* for printk */30 #include <rtems/bspIo.h> /* for printk */ 31 31 32 32 void mips_vector_isr_handlers( CPU_Interrupt_frame *frame ) -
c/src/lib/libcpu/mips/r46xx/vectorisrs/vectorisrs.c
r5c76213 r51dc8e92 17 17 } while (0) 18 18 19 #include < bspIo.h> /* for printk */19 #include <rtems/bspIo.h> /* for printk */ 20 20 21 21 void mips_vector_isr_handlers( CPU_Interrupt_frame *frame ) -
c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c
r5c76213 r51dc8e92 12 12 #include "iregdef.h" 13 13 #include "idtcpu.h" 14 #include < bspIo.h>14 #include <rtems/bspIo.h> 15 15 16 16 char *cause_strings[32] = -
c/src/lib/libcpu/mips/tx39/vectorisrs/vectorisrs.c
r5c76213 r51dc8e92 19 19 } while (0) 20 20 21 #include < bspIo.h> /* for printk */21 #include <rtems/bspIo.h> /* for printk */ 22 22 23 23 void mips_vector_isr_handlers( CPU_Interrupt_frame *frame )
Note: See TracChangeset
for help on using the changeset viewer.