summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc5xx
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/powerpc/mpc5xx
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/powerpc/mpc5xx')
-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
2 files changed, 2 insertions, 2 deletions
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.