commit | f6b3b7a9fa44ffa01f9c4f5ed13a9c48921e1ff2 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Sep 03 19:10:11 2013 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Oct 20 18:49:17 2014 +0100 |
tree | 427de36817a19ed210a3c9ee28fdc5b8ed8388e6 | |
parent | 62e8abf7161b6a0dd32752cd7c60237988f8bff7 [diff] |
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: Will Deacon <will.deacon@arm.com>