forked from Imagelibrary/rtems
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:
@@ -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>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* mpc6xx/timer/timer.c: Cosmetics.
|
* mpc6xx/timer/timer.c: Cosmetics.
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/ppc.h>
|
||||||
#include <rtems/score/ppc_offs.h>
|
#include <rtems/score/ppc_offs.h>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
* (C) Lancier Monitoring GmbH
|
* (C) Lancier Monitoring GmbH
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
* T. Straumann - 11/2001: added support for 7400 (no AltiVec yet)
|
* T. Straumann - 11/2001: added support for 7400 (no AltiVec yet)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
#include <stdlib.h> /* for atexit() */
|
#include <stdlib.h> /* for atexit() */
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
#include <stdlib.h> /* for atexit() */
|
#include <stdlib.h> /* for atexit() */
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
#include <stdlib.h> /* for atexit() */
|
#include <stdlib.h> /* for atexit() */
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h> /* PPC_VECTOR_FILE_BASE */
|
#include <bsp.h> /* PPC_VECTOR_FILE_BASE */
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
#ifndef PPC_VECTOR_FILE_BASE
|
#ifndef PPC_VECTOR_FILE_BASE
|
||||||
#error "PPC_VECTOR_FILE_BASE is not defined."
|
#error "PPC_VECTOR_FILE_BASE is not defined."
|
||||||
|
|||||||
Reference in New Issue
Block a user