summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/rtems/score/cpu.h
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/score/cpu/avr/rtems/score/cpu.h
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/score/cpu/avr/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h4
1 files changed, 2 insertions, 2 deletions
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