mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user