Re: [PATCH 00/13] atomics: API cleanups

2018-05-24 Thread Mark Rutland
On Wed, May 23, 2018 at 07:18:17PM +0200, Peter Zijlstra wrote: > On Wed, May 23, 2018 at 02:35:20PM +0100, Mark Rutland wrote: > > This series contains a few cleanups of the atomic API, fixing an > > inconsistency between atomic_* and atomic64_*, and minimizing repetition > > in arch code. This is

Re: [PATCH 00/13] atomics: API cleanups

2018-05-23 Thread Peter Zijlstra
On Wed, May 23, 2018 at 02:35:20PM +0100, Mark Rutland wrote: > This series contains a few cleanups of the atomic API, fixing an > inconsistency between atomic_* and atomic64_*, and minimizing repetition > in arch code. This is nicer for arch code, and the improved regularity > will help when gener