forked from Imagelibrary/rtems
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
This commit is contained in:
@@ -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>
|
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
|
* rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ extern "C" {
|
|||||||
#define PPC_HAS_RFCI 1
|
#define PPC_HAS_RFCI 1
|
||||||
|
|
||||||
#define PPC_HAS_EXCEPTION_PREFIX 0
|
#define PPC_HAS_EXCEPTION_PREFIX 0
|
||||||
#define PPC_HAS_EVPR 1
|
|
||||||
|
|
||||||
#elif defined(mpc555)
|
#elif defined(mpc555)
|
||||||
|
|
||||||
@@ -331,15 +330,6 @@ extern "C" {
|
|||||||
#define PPC_HAS_EXCEPTION_PREFIX 1
|
#define PPC_HAS_EXCEPTION_PREFIX 1
|
||||||
#endif
|
#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.
|
* If no low power mode model was specified, then assume there is none.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user