summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 01:11:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 01:11:05 +0000
commit6eae3bdd5b14d9a416fd09bd204281733bb004a2 (patch)
treead34f4d92e799aca252fb81110533c0087f4fdec /cpukit
parent2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6eae3bdd5b14d9a416fd09bd204281733bb004a2.tar.bz2
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Lower minimum stack size to 512 and CPU alignment to 4.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog5
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index f509ab6135..b44738fa1e 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,5 +1,10 @@
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.
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index 48e72c57c9..11729c52bb 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -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