lkml.org 
[lkml]   [2018]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCHv2 00/16] atomics: API cleanups
On Wed, May 30, 2018 at 12:23:12PM +0100, Mark Rutland wrote:
> -#ifdef atomic64_andnot
> -/* atomic64_fetch_andnot_relaxed */
> +#ifndef atomic_andnot
> +#define atomic_andnot(i, v) atomic_and(~(int)(i), (v))
> +#endif

Ugh; s/atomic/atomic64 here.

I've pushed out a corrected branch.

Mark.

\
 
 \ /
  Last update: 2018-05-30 15:36    [W:1.065 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site