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 10:23:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 10:23:37 +0000
commit1d7bfa50581160c2ac027d720a0e18fa2b54c251 (patch)
treeec008811f5997c8e23efdabefaf00f347af53188 /cpukit/score/cpu/powerpc/rtems/score/powerpc.h
parent2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1d7bfa50581160c2ac027d720a0e18fa2b54c251.tar.bz2
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/powerpc.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index 6fe5d2f59d..3658c8773f 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -74,7 +74,6 @@ extern "C" {
* + PPC_HAS_FPU - 1
* + PPC_HAS_DOUBLE - 1 if PPC_HAS_FPU,
* - 0 otherwise
- * + PPC_USE_MULTIPLE - 0
*/
/*
@@ -110,7 +109,6 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
-#define PPC_USE_MULTIPLE 1
#define PPC_HAS_EXCEPTION_PREFIX 0
#define PPC_HAS_EVPR 1
@@ -147,7 +145,6 @@ extern "C" {
#define CPU_MODEL_NAME "PowerPC 601"
#define PPC_ALIGNMENT 8
-#define PPC_USE_MULTIPLE 1
#elif defined(ppc602)
/*
@@ -200,7 +197,6 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_INTERRUPT_MAX 71
-#define PPC_USE_MULTIPLE 1
#elif defined(mpc821)
/*
@@ -243,7 +239,6 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 32
#define PPC_INTERRUPT_MAX 125
-#define PPC_USE_MULTIPLE 1
#else
#error "Unsupported CPU Model"
@@ -393,15 +388,6 @@ extern "C" {
#endif
/*
- * Unless specified above, do not use the load/store multiple instructions
- * in a context switch.
- */
-
-#ifndef PPC_USE_MULTIPLE
-#define PPC_USE_MULTIPLE 0
-#endif
-
-/*
* The following exceptions are not maskable, and are not
* necessarily predictable, so cannot be offered to RTEMS:
* Alignment exception - handled by the CPU module