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

ia64: io: implement dummy relaxed accessor macros for writes



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 ia64, which may
be able to be optimised in a similar manner to the relaxed read
accessors at a later date.

Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 62e8abf7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment