Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308492
b: refs/heads/master
c: 8d95e12
h: refs/heads/master
v: v3
  • Loading branch information
Edgar E. Iglesias authored and Michal Simek committed May 25, 2012
1 parent 87170de commit a1b4546
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d65987a88dc8b182ef933edf93c23cf4233dd8d5
refs/heads/master: 8d95e1224afa22e7881fc823849342b5602d736e
7 changes: 4 additions & 3 deletions trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,11 @@ C_ENTRY(sys_clone):
bnei r6, 1f; /* See if child SP arg (arg 1) is 0. */
lwi r6, r1, PT_R1; /* If so, use paret's stack ptr */
1: addik r7, r1, 0; /* Arg 2: parent context */
add r8, r0, r0; /* Arg 3: (unused) */
add r9, r0, r0; /* Arg 4: (unused) */
lwi r9, r1, PT_R8; /* parent tid. */
lwi r10, r1, PT_R9; /* child tid. */
/* do_fork will pick up TLS from regs->r10. */
brid do_fork /* Do real work (tail-call) */
add r10, r0, r0; /* Arg 5: (unused) */
add r8, r0, r0; /* Arg 3: (unused) */

C_ENTRY(sys_execve):
brid microblaze_execve; /* Do real work (tail-call).*/
Expand Down

0 comments on commit a1b4546

Please sign in to comment.