From 7bda4d69951e69fa61672a9ca00e6690a5569019 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 14 Feb 2005 04:17:23 +0000 Subject: 2005-02-14 Ralf Corsepius * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused). --- cpukit/score/cpu/powerpc/ChangeLog | 6 +++++- cpukit/score/cpu/powerpc/rtems/score/powerpc.h | 10 ---------- 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 + + * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused). + 2005-02-13 Ralf Corsepius - * 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 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) @@ -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: -- cgit v1.2.3