2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
	* bootloader/head.S: Ditto.
	* bootloader/misc.c: Ditto.
	* console/polled_io.c: Ditto.
	* irq/irq.c: Ditto.
	* irq/irq_asm.S: Ditto.
	* irq/irq_init.c: Include <rtems/bspIo.h>.
	* start/start.S: Reflect changes to <rtems/score/cpu.h>.
	* vectors/vectors.S: Ditto.
This commit is contained in:
Joel Sherrill
2002-04-18 20:55:13 +00:00
parent 9597511167
commit cd35cf9fb3
10 changed files with 28 additions and 17 deletions

View File

@@ -14,6 +14,7 @@
*
* $Id$
*/
#include <bsp/consoleIo.h>
#include <libcpu/io.h>
#include <libcpu/spr.h>
@@ -24,6 +25,7 @@
#include <bsp.h>
#include <libcpu/raw_exception.h>
#include <bsp/motorola.h>
#include <rtems/bspIo.h>
/*
#define SHOW_ISA_PCI_BRIDGE_SETTINGS