summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 07:48:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 07:48:16 +0000
commit5022a49fb0997251c369feb475514f37c3addd30 (patch)
treed40379706ae56588cc23d5a67218f58f47169e21 /cpukit/score/cpu/powerpc/rtems/score/powerpc.h
parent2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5022a49fb0997251c369feb475514f37c3addd30.tar.bz2
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/powerpc.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index eca32b2e20..6fe5d2f59d 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -111,8 +111,6 @@ extern "C" {
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#define PPC_USE_MULTIPLE 1
-#define PPC_I_CACHE 2048
-#define PPC_D_CACHE 1024
#define PPC_HAS_EXCEPTION_PREFIX 0
#define PPC_HAS_EVPR 1
@@ -128,10 +126,6 @@ extern "C" {
/* Added by querbach@realtime.bc.ca */
#define PPC_LOW_POWER_MODE PPC_LOW_POWER_MODE_STANDARD
-/* Based on comments by Sergei Organov <osv@Javad.RU> */
-#define PPC_I_CACHE 0
-#define PPC_D_CACHE 0
-
#elif defined(mpc505) || defined(mpc509)
/*
* Submitted by Sergei Organov <osv@Javad.RU> as a patch against
@@ -143,9 +137,6 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
-#define PPC_I_CACHE 4096
-#define PPC_D_CACHE 0
-
#elif defined(ppc601)
@@ -157,8 +148,6 @@ extern "C" {
#define PPC_ALIGNMENT 8
#define PPC_USE_MULTIPLE 1
-#define PPC_I_CACHE 0
-#define PPC_D_CACHE 32768
#elif defined(ppc602)
/*
@@ -169,8 +158,6 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_HAS_DOUBLE 0
-#define PPC_I_CACHE 4096
-#define PPC_D_CACHE 4096
#elif defined(ppc603)
/*
@@ -180,8 +167,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 603"
#define PPC_ALIGNMENT 8
-#define PPC_I_CACHE 8192
-#define PPC_D_CACHE 8192
#elif defined(ppc603e)
@@ -193,8 +178,6 @@ extern "C" {
*/
#define PPC_ALIGNMENT 8
-#define PPC_I_CACHE 16384
-#define PPC_D_CACHE 16384
#define PPC_LOW_POWER_MODE PPC_LOW_POWER_MODE_STANDARD
@@ -206,8 +189,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 604"
#define PPC_ALIGNMENT 8
-#define PPC_I_CACHE 16384
-#define PPC_D_CACHE 16384
#elif defined(mpc860)
/*
@@ -217,8 +198,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
#define PPC_INTERRUPT_MAX 71
#define PPC_USE_MULTIPLE 1
@@ -230,8 +209,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
#define PPC_INTERRUPT_MAX 71
@@ -240,16 +217,12 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 750"
#define PPC_ALIGNMENT 8
-#define PPC_I_CACHE 16384
-#define PPC_D_CACHE 16384
#elif defined(mpc7400)
#define CPU_MODEL_NAME "PowerPC 7400"
#define PPC_ALIGNMENT 8
-#define PPC_I_CACHE 32768
-#define PPC_D_CACHE 32768
#elif defined(mpc7455)
/*
@@ -260,8 +233,6 @@ extern "C" {
#define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32
-#define PPC_I_CACHE 32768
-#define PPC_D_CACHE 32768
#elif defined(mpc8260)
/*
@@ -270,8 +241,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
#define PPC_INTERRUPT_MAX 125
#define PPC_USE_MULTIPLE 1