* mongoosev/vectorisrs/vectorisrs.c,
	shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just
	bspIo.h.
This commit is contained in:
Joel Sherrill
2002-02-01 19:32:23 +00:00
parent 3774c7f1bb
commit 4cecaf6a12
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
* mongoosev/vectorisrs/vectorisrs.c,
shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just
bspIo.h.
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov> 2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Lots of tinkering and tuning as part of improving interrupt latency * Lots of tinkering and tuning as part of improving interrupt latency

View File

@@ -19,7 +19,7 @@
#include "idtcpu.h" #include "idtcpu.h"
#include <bspIo.h> /* for printk */ #include <rtems/bspIo.h> /* for printk */

View File

@@ -11,7 +11,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "iregdef.h" #include "iregdef.h"
#include "idtcpu.h" #include "idtcpu.h"
#include <bspIo.h> #include <rtems/bspIo.h>
char *cause_strings[32] = char *cause_strings[32] =
{ {