summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-14 04:17:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-14 04:17:23 +0000
commit7bda4d69951e69fa61672a9ca00e6690a5569019 (patch)
treeb5942a218917b982257b2c624224f2f105d4be37
parentEPICS has its own log facility so don't bother with LOGSERVER. (diff)
downloadrtems-7bda4d69951e69fa61672a9ca00e6690a5569019.tar.bz2
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog6
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h10
2 files changed, 5 insertions, 11 deletions
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index b2f5f8642b..b477e8fc30 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -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>
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index 7ad3e7d9b6..adcfdb3fab 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -95,7 +95,6 @@ extern "C" {
#endif
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
-#define PPC_HAS_RFCI 1
#elif defined(mpc555)
@@ -324,15 +323,6 @@ extern "C" {
#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:
* Alignment exception - handled by the CPU module