[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090131160024.GA21535@elte.hu>
Date: Sat, 31 Jan 2009 17:00:24 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jeremy Fitzhardinge <jeremy@...p.org>
Cc: "H. Peter Anvin" <hpa@...or.com>, Tejun Heo <tj@...nel.org>,
Brian Gerst <brgerst@...il.com>, ebiederm@...ssion.com,
cl@...ux-foundation.org, rusty@...tcorp.com.au, travis@....com,
linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
steiner@....com, hugh@...itas.com
Subject: Re: [patch] add optimized generic percpu accessors
* Jeremy Fitzhardinge <jeremy@...p.org> wrote:
> So, upshot, I think the default versions should be wrapped in
> preempt_disable/enable to preserve this interface invariant.
The default ones already are:
#define __percpu_generic_to_op(var, val, op) \
do { \
get_cpu_var(var) op val; \
put_cpu_var(var); \
} while (0)
Ingo
--
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