summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/ppc.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 19:27:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 19:27:15 +0000
commit5e9b32b439627068a0292370fe595220dbfc95a0 (patch)
tree3740b62de3aaa10140867de33adad9a1fcc15b26 /c/src/exec/score/cpu/powerpc/ppc.h
parentfixed Id strings (diff)
downloadrtems-5e9b32b439627068a0292370fe595220dbfc95a0.tar.bz2
posix support initially added
Diffstat (limited to 'c/src/exec/score/cpu/powerpc/ppc.h')
-rw-r--r--c/src/exec/score/cpu/powerpc/ppc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/exec/score/cpu/powerpc/ppc.h b/c/src/exec/score/cpu/powerpc/ppc.h
index 76f3129c2e..7e9d12875c 100644
--- a/c/src/exec/score/cpu/powerpc/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/ppc.h
@@ -73,7 +73,7 @@ extern "C" {
#if defined(ppc403)
-#define RTEMS_MODEL_NAME "PowerPC 403"
+#define CPU_MODEL_NAME "PowerPC 403"
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
@@ -96,7 +96,7 @@ extern "C" {
#elif defined(ppc601)
-#define RTEMS_MODEL_NAME "PowerPC 601"
+#define CPU_MODEL_NAME "PowerPC 601"
#define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32
@@ -119,7 +119,7 @@ extern "C" {
#elif defined(ppc602)
-#define RTEMS_MODEL_NAME "PowerPC 602"
+#define CPU_MODEL_NAME "PowerPC 602"
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 32
@@ -137,7 +137,7 @@ extern "C" {
#elif defined(ppc603)
-#define RTEMS_MODEL_NAME "PowerPC 603"
+#define CPU_MODEL_NAME "PowerPC 603"
#define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32
@@ -160,7 +160,7 @@ extern "C" {
#elif defined(ppc603e)
-#define RTEMS_MODEL_NAME "PowerPC 603e"
+#define CPU_MODEL_NAME "PowerPC 603e"
#define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32
@@ -183,7 +183,7 @@ extern "C" {
#elif defined(ppc604)
-#define RTEMS_MODEL_NAME "PowerPC 604"
+#define CPU_MODEL_NAME "PowerPC 604"
#define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32