From c1f47614bfd366130303d0ac8e8ba3802b672643 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Feb 2005 10:41:01 +0000 Subject: 2005-02-13 Ralf Corsepius * rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused). --- cpukit/score/cpu/powerpc/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/rtems/score/powerpc.h | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'cpukit/score/cpu/powerpc') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 4fe8c4a896..b2f5f8642b 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-13 Ralf Corsepius + + * rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused). + 2005-02-13 Ralf Corsepius * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused). diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h index 29e381a251..7ad3e7d9b6 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h +++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h @@ -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 -- cgit v1.2.3