From: Will Deacon Date: Tue, 3 Sep 2013 18:10:11 +0000 (+0100) Subject: ia64: io: implement dummy relaxed accessor macros for writes X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~8^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b3b7a9fa44ffa01f9c4f5ed13a9c48921e1ff2;p=pandora-kernel.git 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 Signed-off-by: Will Deacon --- Reading git-diff-tree failed