2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems/score/cpu.h: Lower minimum stack size to 512 and CPU alignment
	to 4.
This commit is contained in:
Joel Sherrill
2009-05-05 01:11:05 +00:00
parent e73850bfb2
commit 6eae3bdd5b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Lower minimum stack size to 512 and CPU alignment
to 4.
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_asm.c: Add stub for setjmp/longjmp. Remove when in newlib.

View File

@@ -531,7 +531,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
* XXX document implementation including references if appropriate
*/
#define CPU_STACK_MINIMUM_SIZE (1024*4)
#define CPU_STACK_MINIMUM_SIZE 512
/*
* CPU's worst alignment requirement for data types on a byte boundary. This
@@ -542,7 +542,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
* XXX document implementation including references if appropriate
*/
#define CPU_ALIGNMENT 8
#define CPU_ALIGNMENT 4
/*
* This number corresponds to the byte alignment requirement for the