Skip to content

Commit

Permalink
Blackfin: iflush: update anomaly 05000491 workaround
Browse files Browse the repository at this point in the history
Recent feedback from design says we need three NOPs in the hardware loop.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Mar 4, 2011
1 parent bb7b112 commit be1229b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/mach-common/cache.S
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
1:
.ifeqs "\flushins", BROK_FLUSH_INST
\flushins [P0++];
nop;
nop;
2: nop;
.else
2: \flushins [P0++];
Expand Down

0 comments on commit be1229b

Please sign in to comment.