summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 10:03:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 10:03:32 +0000
commitf0f1641bff3a11996707f3337460682162bd1432 (patch)
treec0b0879300c276a280f6c977b1d0261cf4ebe668 /c/src/lib/libcpu
parentFix yet another stupid typo in previous patch (diff)
downloadrtems-f0f1641bff3a11996707f3337460682162bd1432.tar.bz2
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S, mpc6xx/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h, mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog9
-rw-r--r--c/src/lib/libcpu/powerpc/mpc505/ictrl/ictrl.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/ictrl/ictrl.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c2
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c2
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h2
9 files changed, 17 insertions, 8 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 673ffe08fd..6164f5868c 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S,
+ mpc6xx/exceptions/raw_exception.c,
+ mpc8260/exceptions/raw_exception.c,
+ mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h,
+ mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include
+ <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
+
2004-04-12 David Querbach <querbach@realtime.bc.ca>
* README, configure.ac, mpc5xx/Makefile.am,
diff --git a/c/src/lib/libcpu/powerpc/mpc505/ictrl/ictrl.c b/c/src/lib/libcpu/powerpc/mpc505/ictrl/ictrl.c
index 9590e5ba1a..bb297e7d84 100644
--- a/c/src/lib/libcpu/powerpc/mpc505/ictrl/ictrl.c
+++ b/c/src/lib/libcpu/powerpc/mpc505/ictrl/ictrl.c
@@ -5,7 +5,7 @@
#include "ictrl.h"
#include <rtems.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
/*
* Internal routines.
diff --git a/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S b/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
index 769ae838d2..85409f368f 100644
--- a/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
+++ b/c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
@@ -21,7 +21,7 @@
*/
#include <rtems/asm.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
#include <rtems/score/ppc_offs.h>
/* Vector offsets */
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c
index 12fff2394e..2f56720311 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c
@@ -25,7 +25,7 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
#include <rtems/bspIo.h> /* for printk */
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/ictrl/ictrl.c b/c/src/lib/libcpu/powerpc/mpc5xx/ictrl/ictrl.c
index 9590e5ba1a..bb297e7d84 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/ictrl/ictrl.c
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/ictrl/ictrl.c
@@ -5,7 +5,7 @@
#include "ictrl.h"
#include <rtems.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
/*
* Internal routines.
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
index cb49da94a2..eda5df7d91 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
@@ -21,7 +21,7 @@
* $Id$
*/
#include <rtems/system.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
index 9ea28d0092..d809eff3fa 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
@@ -23,7 +23,7 @@
#include <string.h> /* memcmp */
#include <rtems/system.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
index a51460fba6..cb70a6686c 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
@@ -20,7 +20,7 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
#include <rtems/bspIo.h> /* for printk */
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
index 0d84ee7726..7f270d2656 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
@@ -5,7 +5,7 @@
#ifndef _rtems_powerpc_cache_h
#define _rtems_powerpc_cache_h
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
#ifdef _OLD_EXCEPTIONS