Commit 2cf85113 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabled

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent e04f9f42
......@@ -49,13 +49,17 @@
.ifnb \optflushins
\optflushins [P0];
.endif
#if ANOMALY_05000443
.ifb \optnopins
2:
.endif
\flushins [P0++];
.ifnb \optnopins
2: \optnopins;
2: \optnopins;
.endif
#else
2: \flushins [P0++];
#endif
RTS;
.endm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment