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

* rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
This commit is contained in:
Ralf Corsepius
2005-02-14 15:10:10 +00:00
parent 3e5a93cc86
commit f2cd09c419
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused). * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).

View File

@@ -214,7 +214,7 @@ extern "C" {
*/ */
#define CPU_MODEL_NAME "PowerPC MPC8260" #define CPU_MODEL_NAME "PowerPC MPC8260"
#define PPC_ALIGNMENT 4 #define PPC_ALIGNMENT 8
#define PPC_CACHE_ALIGNMENT 32 #define PPC_CACHE_ALIGNMENT 32
#define PPC_INTERRUPT_MAX 125 #define PPC_INTERRUPT_MAX 125
#else #else