2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
This commit is contained in:
Ralf Corsepius
2005-02-13 10:36:20 +00:00
parent 6ee4fb53c2
commit 83b9299108
2 changed files with 4 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).

View File

@@ -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.