Re: [PATCH v2 05/18] alpha: io: implement relaxed accessor macros for writes

2014-05-22 Thread Richard Henderson
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 r

[PATCH v2 05/18] alpha: io: implement relaxed accessor macros for writes

2014-05-22 Thread Will Deacon
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: