2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.
	* mpc6xx/mmu/bat.h: Include rtems/bspIo.h instead of bspIo.h.
	* mpc8260/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
	* mpc8260/cpm/brg.c: Include rtems/bspIo.h instead of bspIo.h.
	* mpc8xx/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
	* shared/include/cpuIdent.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
Joel Sherrill
2002-01-04 18:16:26 +00:00
parent f7162cec14
commit 5c76213178
7 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.
* mpc6xx/mmu/bat.h: Include rtems/bspIo.h instead of bspIo.h.
* mpc8260/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
* mpc8260/cpm/brg.c: Include rtems/bspIo.h instead of bspIo.h.
* mpc8xx/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
* shared/include/cpuIdent.c: Include rtems/bspIo.h instead of bspIo.h.
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ppc403/vectors/vectors.S: Include <bsp.h>. * ppc403/vectors/vectors.S: Include <bsp.h>.

View File

@@ -25,7 +25,7 @@
#include <assert.h> #include <assert.h>
#include <libcpu/cpu.h> #include <libcpu/cpu.h>
#include <libcpu/c_clock.h> #include <libcpu/c_clock.h>
#include <bspIo.h> /* for printk() */ #include <rtems/bspIo.h> /* for printk() */
/* /*
* Clock ticks since initialization * Clock ticks since initialization

View File

@@ -25,7 +25,7 @@
#include <libcpu/mmu.h> #include <libcpu/mmu.h>
#include <libcpu/pgtable.h> #include <libcpu/pgtable.h>
#include <bspIo.h> #include <rtems/bspIo.h>
#define IO_PAGE (_PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_RW) #define IO_PAGE (_PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_RW)

View File

@@ -60,7 +60,7 @@
#include <unistd.h> #include <unistd.h>
#include <termios.h> #include <termios.h>
#include <bsp/irq.h> #include <bsp/irq.h>
#include <bspIo.h> /* for printk */ #include <rtems/bspIo.h> /* for printk */

View File

@@ -36,7 +36,7 @@
#include <rtems.h> #include <rtems.h>
#include <mpc8260.h> #include <mpc8260.h>
#include <mpc8260/cpm.h> #include <mpc8260/cpm.h>
#include <bspIo.h> #include <rtems/bspIo.h>
#define NUM_BRGS 8 #define NUM_BRGS 8
#define NUM_CLKS 20 #define NUM_CLKS 20

View File

@@ -54,7 +54,7 @@
#include <unistd.h> #include <unistd.h>
#include <termios.h> #include <termios.h>
#include <bsp/irq.h> #include <bsp/irq.h>
#include <bspIo.h> /* for printk */ #include <rtems/bspIo.h> /* for printk */
extern rtems_cpu_table Cpu_table; extern rtems_cpu_table Cpu_table;

View File

@@ -15,7 +15,7 @@
*/ */
#include <libcpu/spr.h> #include <libcpu/spr.h>
#include <bspIo.h> #include <rtems/bspIo.h>
/* /*
* Generate inline code to read Processor Version Register * Generate inline code to read Processor Version Register