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

* rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
This commit is contained in:
Ralf Corsepius
2005-02-14 04:17:23 +00:00
parent 12cad01316
commit 7bda4d6995
2 changed files with 5 additions and 11 deletions

View File

@@ -1,6 +1,10 @@
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
* rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>

View File

@@ -95,7 +95,6 @@ extern "C" {
#endif
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#elif defined(mpc555)
@@ -323,15 +322,6 @@ extern "C" {
#endif
#endif
/*
* Unless specified above, then assume the model does NOT have critical
* interrupt support.
*/
#ifndef PPC_HAS_RFCI
#define PPC_HAS_RFCI 0
#endif
/*
* The following exceptions are not maskable, and are not
* necessarily predictable, so cannot be offered to RTEMS: