Re: [PATCH 10/18] locking/atomic: powerpc: use s64 for atomic64

2019-05-23 Thread Michael Ellerman
Mark Rutland writes: > As a step towards making the atomic64 API use consistent types treewide, > let's have the powerpc atomic64 implementation use s64 as the underlying > type for atomic64_t, rather than long, matching the generated headers. > > As atomic64_read() depends on the generic

[PATCH 10/18] locking/atomic: powerpc: use s64 for atomic64

2019-05-22 Thread Mark Rutland
As a step towards making the atomic64 API use consistent types treewide, let's have the powerpc atomic64 implementation use s64 as the underlying type for atomic64_t, rather than long, matching the generated headers. As atomic64_read() depends on the generic defintion of atomic64_t, this still