summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-08 15:19:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-08 15:19:23 +0000
commitdf4fcaa0afa6c8878f1b44aa8bf1bdceea3863b9 (patch)
tree483d35f6cc4592afd62b7f2c64895f5a29f60921 /cpukit/score/cpu/bfin/cpu.c
parent2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-df4fcaa0afa6c8878f1b44aa8bf1bdceea3863b9.tar.bz2
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove extraneous spaces.
Diffstat (limited to 'cpukit/score/cpu/bfin/cpu.c')
-rw-r--r--cpukit/score/cpu/bfin/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c
index 8f90229267..a4be8da23f 100644
--- a/cpukit/score/cpu/bfin/cpu.c
+++ b/cpukit/score/cpu/bfin/cpu.c
@@ -202,7 +202,7 @@ void _CPU_Context_Initialize(
)
{
uint32_t stack_high; /* highest "stack aligned" address */
- stack_high = ((uint32_t )(stack_base) + size);
+ stack_high = ((uint32_t)(stack_base) + size);
the_context->register_sp = stack_high;
the_context->register_rets = (uint32_t) entry_point;