forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
* Lots of tinkering and tuning as part of improving interrupt latency
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "idtcpu.h"
|
||||
|
||||
|
||||
#include <bspIo.h> /* for printk */
|
||||
#include <rtems/bspIo.h> /* for printk */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "iregdef.h"
|
||||
#include "idtcpu.h"
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
char *cause_strings[32] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user