commit | 70df7bc743cc0c1c112fd3e0d4a1eabc3a4b1aba | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Jun 22 23:59:00 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 22 23:59:00 2007 +0200 |
tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 | |
parent | 93470f2a60a75e5e8ecf3e08fd706b7a1f53c85b [diff] [blame] |
Coding stylke cleanup; rebuild CHANGELOG
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index bc1ae0e..351da36 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c
@@ -153,7 +153,7 @@ */ asm volatile(" bl 0f" ::: "lr"); asm volatile("0: mflr 3" ::: "r3"); - asm volatile(" addi 4, 0, 14" ::: "r4"); + asm volatile(" addi 4, 0, 14" ::: "r4"); asm volatile(" mtctr 4" ::: "ctr"); asm volatile("1: icbt 0, 3"); asm volatile(" addi 3, 3, 32" ::: "r3");