Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40278
b: refs/heads/master
c: fb20f65
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Oct 25, 2006
1 parent 4f07661 commit 292a082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa7a32cbdac50bb46a75722faa359993dab07c61
refs/heads/master: fb20f65a01a97bdf4bb746eecfc24a08561e2648
6 changes: 3 additions & 3 deletions trunk/arch/ppc/boot/simple/relocate.S
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,16 @@ do_relocate_out:

start_ldr:
/* Clear all of BSS and set up stack for C calls */
lis r3,edata@h
ori r3,r3,edata@l
lis r3,__bss_start@h
ori r3,r3,__bss_start@l
lis r4,end@h
ori r4,r4,end@l
subi r3,r3,4
subi r4,r4,4
li r0,0
50: stwu r0,4(r3)
cmpw cr0,r3,r4
bne 50b
blt 50b
90: mr r9,r1 /* Save old stack pointer (in case it matters) */
lis r1,.stack@h
ori r1,r1,.stack@l
Expand Down

0 comments on commit 292a082

Please sign in to comment.