[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110412192014.GF16342@mtj.dyndns.org>
Date: Wed, 13 Apr 2011 04:20:14 +0900
From: Tejun Heo <tj@...nel.org>
To: Richard Weinberger <richard@....at>
Cc: Christoph Lameter <cl@...ux.com>, linux-kernel@...r.kernel.org,
user-mode-linux-devel@...ts.sourceforge.net, penberg@...nel.org,
hpa@...or.com
Subject: Re: um: this_cpu_cmpxchg16b_emu
On Tue, Apr 12, 2011 at 08:41:11PM +0200, Richard Weinberger wrote:
> Am Dienstag 12 April 2011, 20:10:37 schrieb Christoph Lameter:
> > On Tue, 12 Apr 2011, Richard Weinberger wrote:
> > > This patch implements this_cpu_cmpxchg16b_emu() for UML.
> >
> > Is this really necessary? Just undefine CONFIG_CMPXCHG_LOCAL for UML and
> > the asm code will not be used.
>
> UML includes arch/x86/Kconfig.cpu which defines CONFIG_CMPXCHG_LOCAL automatically.
> Just disabling CONFIG_CMPXCHG_LOCAL for UML is IMHO not very nice.
> When chpxchg is available also UML should use it...
Ugh... I'd really like to avoid things like this for UML. Is there
any SLUB performance sensitive workload running on UML? I've never
seen any UML in production environment. Wouldn't it be better to keep
things simple?
Thanks.
--
tejun
--
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