summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog5
-rw-r--r--cpukit/score/cpu/powerpc/asm.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/asm.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index ff998b663d..62f3d41875 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * asm.h: Include rtems/score/powerpc.h instead of
+ rtems/score/ppc.h.
+
+2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
for consistency with other ports.
* rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
diff --git a/cpukit/score/cpu/powerpc/asm.h b/cpukit/score/cpu/powerpc/asm.h
index 74dc28e57d..4b36696efd 100644
--- a/cpukit/score/cpu/powerpc/asm.h
+++ b/cpukit/score/cpu/powerpc/asm.h
@@ -37,7 +37,7 @@
#define ASM
#endif
#include <rtems/score/cpuopts.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
/*
* Recent versions of GNU cpp define variables which indicate the
diff --git a/cpukit/score/cpu/powerpc/rtems/asm.h b/cpukit/score/cpu/powerpc/rtems/asm.h
index 74dc28e57d..4b36696efd 100644
--- a/cpukit/score/cpu/powerpc/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/rtems/asm.h
@@ -37,7 +37,7 @@
#define ASM
#endif
#include <rtems/score/cpuopts.h>
-#include <rtems/score/ppc.h>
+#include <rtems/score/powerpc.h>
/*
* Recent versions of GNU cpp define variables which indicate the