Re: [PATCHv2 03/16] atomics/treewide: make atomic64_inc_not_zero() optional

From: Mark Rutland
Date: Tue Jun 05 2018 - 01:34:27 EST


On Mon, Jun 04, 2018 at 04:17:25PM -0700, Palmer Dabbelt wrote:
> On Tue, 29 May 2018 08:43:33 PDT (-0700), mark.rutland@xxxxxxx wrote:
> > We define a trivial fallback for atomic_inc_not_zero(), but don't do
> > the same for atmic64_inc_not_zero(), leading most architectures to
> > define the same boilerplate.
>
> atmic64

Cheers for the spot; fixed now!

Mark.