summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-14 15:55:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-14 15:55:30 +0000
commit995e19f5953dea22ff1b963fbf82ab855e8c6706 (patch)
treefb5ab63c74549239766472a786f74ed0f67c7d32 /c
parent2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-995e19f5953dea22ff1b963fbf82ab855e8c6706.tar.bz2
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/powerpc/powerpc.h: Remove PPC_ALIGNMENT.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h14
2 files changed, 4 insertions, 14 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 37670590a3..e989eea2eb 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,9 @@
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * rtems/powerpc/powerpc.h: Remove PPC_ALIGNMENT.
+
+2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* mpc8xx/mmu/mmu.c, rtems/powerpc/cache.h, rtems/powerpc/powerpc.h:
#include <rtems/powerpc/powerpc.h>.
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
index fa3b5aae77..440d717998 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
@@ -107,7 +107,6 @@ extern "C" {
#elif defined (ppc405)
#define CPU_MODEL_NAME "PowerPC 405"
#endif
-#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#define PPC_USE_MULTIPLE 1
@@ -122,7 +121,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 555"
/* Copied from mpc505 */
-#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
/* Added by querbach@realtime.bc.ca */
@@ -141,7 +139,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 505/509"
-#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_I_CACHE 4096
#define PPC_D_CACHE 0
@@ -155,7 +152,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 601"
-#define PPC_ALIGNMENT 8
#define PPC_USE_MULTIPLE 1
#define PPC_I_CACHE 0
#define PPC_D_CACHE 32768
@@ -167,7 +163,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 602"
-#define PPC_ALIGNMENT 4
#define PPC_HAS_DOUBLE 0
#define PPC_I_CACHE 4096
#define PPC_D_CACHE 4096
@@ -179,7 +174,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 603"
-#define PPC_ALIGNMENT 8
#define PPC_I_CACHE 8192
#define PPC_D_CACHE 8192
@@ -192,7 +186,6 @@ extern "C" {
* Known to work on real hardware.
*/
-#define PPC_ALIGNMENT 8
#define PPC_I_CACHE 16384
#define PPC_D_CACHE 16384
@@ -205,7 +198,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 604"
-#define PPC_ALIGNMENT 8
#define PPC_I_CACHE 16384
#define PPC_D_CACHE 16384
@@ -216,7 +208,6 @@ extern "C" {
*/
#define CPU_MODEL_NAME "PowerPC MPC860"
-#define PPC_ALIGNMENT 4
#define PPC_I_CACHE 4096
#define PPC_D_CACHE 4096
#define PPC_CACHE_ALIGNMENT 16
@@ -234,7 +225,6 @@ extern "C" {
*/
#define CPU_MODEL_NAME "PowerPC MPC821"
-#define PPC_ALIGNMENT 4
#define PPC_I_CACHE 4096
#define PPC_D_CACHE 4096
#define PPC_CACHE_ALIGNMENT 16
@@ -249,7 +239,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 750"
-#define PPC_ALIGNMENT 8
#define PPC_I_CACHE 16384
#define PPC_D_CACHE 16384
@@ -257,7 +246,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 7400"
-#define PPC_ALIGNMENT 8
#define PPC_I_CACHE 32768
#define PPC_D_CACHE 32768
@@ -268,7 +256,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 7455"
-#define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32
#define PPC_I_CACHE 32768
#define PPC_D_CACHE 32768
@@ -279,7 +266,6 @@ extern "C" {
*/
#define CPU_MODEL_NAME "PowerPC MPC8260"
-#define PPC_ALIGNMENT 4
#define PPC_I_CACHE 16384
#define PPC_D_CACHE 16384
#define PPC_CACHE_ALIGNMENT 32