2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* mpc505/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc6xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc6xx/mmu/mmuAsm.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc8260/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc8xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* ppc403/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc5xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc8260/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* mpc8xx/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* ppc403/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:07:38 +00:00
parent 62b5781b07
commit 11c2382d67
11 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* mpc505/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc6xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc6xx/mmu/mmuAsm.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc8260/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc8xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* ppc403/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc5xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
* mpc8260/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* mpc8xx/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* ppc403/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* mpc6xx/timer/timer.c: Cosmetics.

View File

@@ -20,7 +20,7 @@
*
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/ppc.h>
#include <rtems/score/ppc_offs.h>

View File

@@ -12,7 +12,7 @@
* (C) Lancier Monitoring GmbH
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>

View File

@@ -10,7 +10,7 @@
*
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>

View File

@@ -15,7 +15,7 @@
* T. Straumann - 11/2001: added support for 7400 (no AltiVec yet)
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>

View File

@@ -36,7 +36,7 @@
*/
#include <rtems.h>
#include <clockdrv.h>
#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */

View File

@@ -10,7 +10,7 @@
*
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>

View File

@@ -36,7 +36,7 @@
*/
#include <rtems.h>
#include <clockdrv.h>
#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */

View File

@@ -10,7 +10,7 @@
*
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>

View File

@@ -38,7 +38,7 @@
*/
#include <rtems.h>
#include <clockdrv.h>
#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */

View File

@@ -41,7 +41,7 @@
*/
#include <bsp.h> /* PPC_VECTOR_FILE_BASE */
#include <asm.h>
#include <rtems/asm.h>
#ifndef PPC_VECTOR_FILE_BASE
#error "PPC_VECTOR_FILE_BASE is not defined."