lkml.org 
[lkml]   [2010]   [Nov]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [thisops uV2 04/10] x86: Support for this_cpu_add,sub,dec,inc_return
On Sat, 27 Nov 2010, Mathieu Desnoyers wrote:

> > +/*
> > + * Add return operation
> > + */
> > +#define percpu_add_return_op(var, val) \
> > +({ \
> > + typedef typeof(var) pao_T__; \
> > + typeof(var) pfo_ret__ = val; \
> > + if (0) { \
> > + pao_T__ pao_tmp__; \
> > + pao_tmp__ = (val); \
> > + (void)pao_tmp__; \
> > + } \
>
> OK, I'm dumb: why is the above needed ?

Ensure that the compiler agrees that *var and val are compatible. Taken
over from percpu_add_op().



\
 
 \ /
  Last update: 2010-11-29 17:33    [W:0.096 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site