summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/rtems
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/rtems
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/rtems')
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h2
1 files changed, 1 insertions, 1 deletions
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