提交 2cf85113 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

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

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册