Re: [PATCH v2] atomics: fix atomic64_{read_acquire,set_release} fallbacks

From: Peter Zijlstra
Date: Sun Feb 06 2022 - 09:06:32 EST


On Fri, Feb 04, 2022 at 11:16:02AM +0000, Mark Rutland wrote:
> Sure; how about I add the following to the commit message:
>
> | Since the fallback templates are used to generate the atomic64_*() and
> | atomic_*() operations, the __native_word() check is added to both. For
> | the atomic_*() operations, which are always 32-bit, the __native_word()
> | check is redundant but not harmful, as it is always true.

Thanks!