forked from Imagelibrary/rtems
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user