Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106285
b: refs/heads/master
c: 2cfebf2
h: refs/heads/master
i:
  106283: 2f00111
v: v3
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Jul 16, 2008
1 parent 15b696b commit d37583c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1efc80b53eb54770139219f99657abd92595fc86
refs/heads/master: 2cfebf2bceff4645b403246b608b1bb6222e4deb
5 changes: 5 additions & 0 deletions trunk/arch/blackfin/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ ENDPROC(_ret_from_fork)

ENTRY(_sys_fork)
r0 = -EINVAL;
#if (ANOMALY_05000371)
nop;
nop;
nop;
#endif
rts;
ENDPROC(_sys_fork)

Expand Down

0 comments on commit d37583c

Please sign in to comment.