Re: [PATCH 05/18] locking/atomic: arc: use s64 for atomic64

From: Vineet Gupta
Date: Thu May 23 2019 - 19:14:18 EST


On 5/22/19 6:24 AM, Mark Rutland wrote:
> As a step towards making the atomic64 API use consistent types treewide,
> let's have the arc atomic64 implementation use s64 as the underlying
> type for atomic64_t, rather than u64, matching the generated headers.
>
> Otherwise, there should be no functional change as a result of this
> patch.
>
> Signed-off-by: Mark Rutland <mark.rutland@xxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Vineet Gupta <vgupta@xxxxxxxxxxxx>
> Cc: Will Deacon <will.deacon@xxxxxxx>

Thx for the cleanup Mark.

Acked-By: Vineet Gupta <vgupta@xxxxxxxxxxxx> # for ARC bits

-Vineet