summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:07:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:07:38 +0000
commit11c2382d67c5f556e0dc1c32a42c1f53f7700fbb (patch)
tree287b6bcc5873779da94671ad62f7cd800c3428d1 /c/src/lib/libcpu
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-11c2382d67c5f556e0dc1c32a42c1f53f7700fbb.tar.bz2
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>.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog13
-rw-r--r--c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/exceptions/asm_utils.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/exceptions/asm_utils.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/exceptions/asm_utils.S2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S2
11 files changed, 23 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 9ec5d55257..597228453f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -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.
diff --git a/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S b/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
index f7e02ec295..769ae838d2 100644
--- a/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
+++ b/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
@@ -20,7 +20,7 @@
*
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/ppc.h>
#include <rtems/score/ppc_offs.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/asm_utils.S b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/asm_utils.S
index ae0e1010b5..36d9748c6b 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/asm_utils.S
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/asm_utils.S
@@ -12,7 +12,7 @@
* (C) Lancier Monitoring GmbH
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
index 6ceed5b644..30bda4face 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
@@ -10,7 +10,7 @@
*
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
index 6f7a2d58ee..b69d9eb8bf 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/mmuAsm.S
@@ -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>
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc8260/clock/clock.c
index aebe441729..bcbe6f60db 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/clock/clock.c
@@ -36,7 +36,7 @@
*/
#include <rtems.h>
-#include <clockdrv.h>
+#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/asm_utils.S b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/asm_utils.S
index 6ceed5b644..30bda4face 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/asm_utils.S
+++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/asm_utils.S
@@ -10,7 +10,7 @@
*
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c
index 71592e29cb..7c7abecec1 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c
@@ -36,7 +36,7 @@
*/
#include <rtems.h>
-#include <clockdrv.h>
+#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/asm_utils.S b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/asm_utils.S
index 6ceed5b644..30bda4face 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/asm_utils.S
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/asm_utils.S
@@ -10,7 +10,7 @@
*
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
index 340487f8f7..ae41ef3a44 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
@@ -38,7 +38,7 @@
*/
#include <rtems.h>
-#include <clockdrv.h>
+#include <rtems/clockdrv.h>
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
index f7fe4da605..062505c1d1 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
@@ -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."