diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 816ee8f88b..4fe8c4a896 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-13 Ralf Corsepius + + * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused). + 2005-02-13 Ralf Corsepius * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused). diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h index f713a545c0..29e381a251 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h +++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h @@ -296,14 +296,6 @@ extern "C" { #define PPC_CACHE_ALIGNMENT 32 #endif -#if (PPC_CACHE_ALIGNMENT == 16) -#define PPC_CACHE_ALIGN_POWER 4 -#elif (PPC_CACHE_ALIGNMENT == 32) -#define PPC_CACHE_ALIGN_POWER 5 -#else -#error "Undefined power of 2 for PPC_CACHE_ALIGNMENT" -#endif - /* * Unless otherwise specified, assume the model has an IP/EP bit to * set the exception address prefix.