2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
This commit is contained in:
Ralf Corsepius
2005-02-13 10:27:20 +00:00
parent 1d7bfa5058
commit 52a2b04d84
2 changed files with 4 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).

View File

@@ -111,7 +111,6 @@ extern "C" {
#define PPC_HAS_RFCI 1
#define PPC_HAS_EXCEPTION_PREFIX 0
#define PPC_HAS_EVPR 1
#elif defined(mpc555)
@@ -331,15 +330,6 @@ extern "C" {
#define PPC_HAS_EXCEPTION_PREFIX 1
#endif
/*
* Unless otherwise specified, assume the model does NOT have
* 403 style EVPR register to set the exception address prefix.
*/
#ifndef PPC_HAS_EVPR
#define PPC_HAS_EVPR 0
#endif
/*
* If no low power mode model was specified, then assume there is none.
*/