projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb7b112
)
Blackfin: iflush: update anomaly 05000491 workaround
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 2 Feb 2011 01:55:22 +0000
(
01:55
+0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 4 Mar 2011 06:27:01 +0000
(
01:27
-0500)
Recent feedback from design says we need three NOPs in the hardware loop.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-common/cache.S
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-common/cache.S
b/arch/blackfin/mach-common/cache.S
index 790c767ca95af8dc82ffc3fc56e7f69c5fb9df81..ab4a925a443e4e82001df0beb146b7b7b8e3b40a 100644
(file)
--- a/
arch/blackfin/mach-common/cache.S
+++ b/
arch/blackfin/mach-common/cache.S
@@
-58,6
+58,8
@@
1:
.ifeqs "\flushins", BROK_FLUSH_INST
\flushins [P0++];
+ nop;
+ nop;
2: nop;
.else
2: \flushins [P0++];