mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 06:55:44 +08:00
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user