Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283162
b: refs/heads/master
c: 5dbeaad
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jan 5, 2012
1 parent a16b4a2 commit 5cdce22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f5b778bee6daeb9b21ccfbcdc79a2f61a868b300
refs/heads/master: 5dbeaad3eac6691d57af064c0a60d03751878303
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ C_ENTRY(sys_fork_wrapper):
addi r5, r0, SIGCHLD /* Arg 0: flags */
lwi r6, r1, PT_R1 /* Arg 1: child SP (use parent's) */
addik r7, r1, 0 /* Arg 2: parent context */
add r8. r0, r0 /* Arg 3: (unused) */
add r8, r0, r0 /* Arg 3: (unused) */
add r9, r0, r0; /* Arg 4: (unused) */
brid do_fork /* Do real work (tail-call) */
add r10, r0, r0; /* Arg 5: (unused) */
Expand Down

0 comments on commit 5cdce22

Please sign in to comment.