Skip to content
Commit f99a250c authored by Will Deacon's avatar Will Deacon
Browse files

arm64: barriers: introduce nops and __nops macros for NOP sequences



NOP sequences tend to get used for padding out alternative sections
and uarch-specific pipeline flushes in errata workarounds.

This patch adds macros for generating these sequences as both inline
asm blocks, but also as strings suitable for embedding in other asm
blocks directly.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 8a71f0c6
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