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

* rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
This commit is contained in:
Ralf Corsepius
2005-02-13 10:41:01 +00:00
parent 83b9299108
commit c1f47614bf
2 changed files with 4 additions and 12 deletions
+4
View File
@@ -1,3 +1,7 @@
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
@@ -69,7 +69,6 @@ extern "C" {
*
* + PPC_INTERRUPT_MAX - 16
* + PPC_CACHE_ALIGNMENT - 32
* + PPC_HAS_EXCEPTION_PREFIX - 1
* + PPC_HAS_FPU - 1
* + PPC_HAS_DOUBLE - 1 if PPC_HAS_FPU,
* - 0 otherwise
@@ -98,8 +97,6 @@ extern "C" {
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#define PPC_HAS_EXCEPTION_PREFIX 0
#elif defined(mpc555)
#define CPU_MODEL_NAME "PowerPC 555"
@@ -296,15 +293,6 @@ extern "C" {
#define PPC_CACHE_ALIGNMENT 32
#endif
/*
* Unless otherwise specified, assume the model has an IP/EP bit to
* set the exception address prefix.
*/
#ifndef PPC_HAS_EXCEPTION_PREFIX
#define PPC_HAS_EXCEPTION_PREFIX 1
#endif
/*
* Unless specified above, assume PPC_HAS_FPU to be a synonym for _SOFT_FLOAT.
* FIXME: Should we tie PPC_HAS_FPU to _SOFT_FLOAT, directly