commit | be1229b4c52202033ba857e96e592777f08e8046 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Feb 02 01:55:22 2011 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Mar 04 01:27:01 2011 -0500 |
tree | f0b015ca5dc831d42b640387c1168a5217d5f4b9 | |
parent | bb7b11290afd2a192d33c357a2a62cb8eaf29eab [diff] [blame] |
Blackfin: iflush: update anomaly 05000491 workaround Recent feedback from design says we need three NOPs in the hardware loop. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/arch/blackfin/mach-common/cache.S b/arch/blackfin/mach-common/cache.S index 790c767..ab4a925 100644 --- 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++];