[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1011291025410.3923@router.home>
Date: Mon, 29 Nov 2010 10:31:03 -0600 (CST)
From: Christoph Lameter <cl@...ux.com>
To: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
cc: akpm@...ux-foundation.org, Pekka Enberg <penberg@...helsinki.fi>,
linux-kernel@...r.kernel.org,
Eric Dumazet <eric.dumazet@...il.com>,
Tejun Heo <tj@...nel.org>
Subject: Re: [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().
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists