Skip to content

Commit

Permalink
Blackfin arch: Add ANOMALY_05000368 workaround
Browse files Browse the repository at this point in the history
Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Jul 16, 2008
1 parent 1efc80b commit 2cfebf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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 2cfebf2

Please sign in to comment.