From: Will Deacon Date: Fri, 25 Jul 2014 00:53:54 +0000 (-0700) Subject: alpha: io: implement relaxed accessor macros for writes X-Git-Tag: omap-fixes-against-v3.17-rc3~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e36c633951acb33e250e75b209b04217ce7b86c;p=pandora-kernel.git alpha: io: implement relaxed accessor macros for writes write{b,w,l,q}_relaxed are implemented by some architectures in order to permit memory-mapped I/O writes with weaker barrier semantics than the non-relaxed variants. This patch implements these write macros for Alpha, in the same vein as the relaxed read macros, which are already implemented. Acked-by: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Will Deacon Signed-off-by: Matt Turner Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed