2009-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems/score/cpu.h: Make heap alignment 4 which is greater than
	CPU_ALIGNMENT but minimum for heap.
This commit is contained in:
Joel Sherrill
2009-09-11 00:08:50 +00:00
parent fabc115705
commit 97f46a8070
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Make heap alignment 4 which is greater than
CPU_ALIGNMENT but minimum for heap.
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
+1 -1
View File
@@ -625,7 +625,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
*
* XXX document implementation including references if appropriate
*/
#define CPU_HEAP_ALIGNMENT CPU_ALIGNMENT
#define CPU_HEAP_ALIGNMENT 4
/**
* This number corresponds to the byte alignment requirement for memory