Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72877
b: refs/heads/master
c: aa770aa
h: refs/heads/master
i:
  72875: 36aef9d
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Oct 29, 2007
1 parent 5a2bf36 commit 7b4d62b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7728ec33faf88605fb871b9b0ecf8e45d4359678
refs/heads/master: aa770aa790f3a5f3ff568388d02aea2ef78773ec
6 changes: 4 additions & 2 deletions trunk/arch/blackfin/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ ENTRY(_ret_from_fork)
[sp + PT_IPEND] = r0;
/* do a 'fake' RTI by jumping to [RETI]
* to avoid clearing supervisor mode in child
*/
*/
r0 = [sp + PT_PC];
[sp + PT_P0] = r0;

RESTORE_ALL_SYS
p0 = reti;
jump (p0);
ENDPROC(_ret_from_fork)

Expand Down

0 comments on commit 7b4d62b

Please sign in to comment.