forked from Imagelibrary/rtems
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h. * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
mips_default_isr(_vector); \
|
||||
} while (0)
|
||||
|
||||
#include <bspIo.h> /* for printk */
|
||||
#include <rtems/bspIo.h> /* for printk */
|
||||
|
||||
void mips_vector_isr_handlers( CPU_Interrupt_frame *frame )
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ void mips_default_isr( int vector );
|
||||
mips_default_isr(_vector); \
|
||||
} while (0)
|
||||
|
||||
#include <bspIo.h> /* for printk */
|
||||
#include <rtems/bspIo.h> /* for printk */
|
||||
|
||||
void mips_vector_isr_handlers( CPU_Interrupt_frame *frame )
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "iregdef.h"
|
||||
#include "idtcpu.h"
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
char *cause_strings[32] =
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@ void mips_default_isr( int vector );
|
||||
mips_default_isr(_vector); \
|
||||
} while (0)
|
||||
|
||||
#include <bspIo.h> /* for printk */
|
||||
#include <rtems/bspIo.h> /* for printk */
|
||||
|
||||
void mips_vector_isr_handlers( CPU_Interrupt_frame *frame )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user