Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189291
b: refs/heads/master
c: 3f21893
h: refs/heads/master
i:
  189289: 52b2f33
  189287: 24f17f0
v: v3
  • Loading branch information
Michal Simek committed Apr 1, 2010
1 parent 42263bc commit 63aa86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0691c97d74cbdfd49333ef01939ecaef158ebe1b
refs/heads/master: 3f2189358666b6fa09d41f527be07b3cc8026050
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ no_fdt_arg:
tophys(r4,r4) /* convert to phys address */
ori r3, r0, COMMAND_LINE_SIZE - 1 /* number of loops */
_copy_command_line:
lbu r2, r5, r6 /* r7=r5+r6 - r5 contain pointer to command line */
sb r2, r4, r6 /* addr[r4+r6]= r7*/
lbu r2, r5, r6 /* r2=r5+r6 - r5 contain pointer to command line */
sb r2, r4, r6 /* addr[r4+r6]= r2*/
addik r6, r6, 1 /* increment counting */
bgtid r3, _copy_command_line /* loop for all entries */
addik r3, r3, -1 /* descrement loop */
Expand Down

0 comments on commit 63aa86e

Please sign in to comment.