On 05/22/2014 09:47 AM, Will Deacon wrote: > 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. > > Cc: Richard Henderson <r...@twiddle.net> > Cc: Ivan Kokshaysky <i...@jurassic.park.msu.ru> > Cc: Matt Turner <matts...@gmail.com> > Signed-off-by: Will Deacon <will.dea...@arm.com> > --- > arch/alpha/include/asm/io.h | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-)
Acked-by: Richard Henderson <r...@twiddle.net> r~ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/