forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user