summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-20 20:19:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-20 20:19:08 +0000
commitca11004d24066361a7f774e075fbcec37df0ef19 (patch)
tree4d728d450f5d311c187f539d63c9431ed80d00e4 /cpukit/score/cpu/bfin/rtems/score
parent2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ca11004d24066361a7f774e075fbcec37df0ef19.tar.bz2
2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps * bfin/rtems/bf52x.h: This file defines basic MMR for the Blackfin 52x CPU. The MMR have been taken from the ADSP-BF52x Blackfin Processor Hardware Reference from Analog Devices. Mentioned Chapters refer to this Documentation.
Diffstat (limited to 'cpukit/score/cpu/bfin/rtems/score')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 9974212018..8578daf14b 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -613,7 +613,7 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
*
* XXX document implementation including references if appropriate
*/
-#define CPU_STACK_MINIMUM_SIZE (1024*4)
+#define CPU_STACK_MINIMUM_SIZE (1024*8)
/**
* CPU's worst alignment requirement for data types on a byte boundary. This
@@ -681,7 +681,7 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
*
* XXX document implementation including references if appropriate
*/
-#define CPU_STACK_ALIGNMENT 0
+#define CPU_STACK_ALIGNMENT 8
/*
* ISR handler macros