mirror of
https://github.com/torvalds/linux.git
synced 2026-06-16 19:13:57 +02:00
write{b,w,l,q}_relaxed are implemented by some architectures in order to
permit memory-mapped I/O accesses with weaker barrier semantics than the
non-relaxed variants.
This patch adds dummy macros for the write accessors to tile, in the
same vein as the dummy definitions for the relaxed read accessors.
Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
|
||
|---|---|---|
| .. | ||
| arch | ||
| asm | ||
| gxio | ||
| hv | ||
| uapi | ||