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,6 +49,7 @@ ...@@ -49,6 +49,7 @@
.ifnb \optflushins .ifnb \optflushins
\optflushins [P0]; \optflushins [P0];
.endif .endif
#if ANOMALY_05000443
.ifb \optnopins .ifb \optnopins
2: 2:
.endif .endif
...@@ -56,6 +57,9 @@ ...@@ -56,6 +57,9 @@
.ifnb \optnopins .ifnb \optnopins
2: \optnopins; 2: \optnopins;
.endif .endif
#else
2: \flushins [P0++];
#endif
RTS; RTS;
.endm .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