[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1105310929230.18004@router.home>
Date: Tue, 31 May 2011 09:30:21 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: Richard Weinberger <richard@....at>
cc: linux-kernel@...r.kernel.org, penberg@...nel.org
Subject: Re: slub: UML and CONFIG_CMPXCHG_LOCAL
On Sun, 29 May 2011, Richard Weinberger wrote:
> With commit 1759415e you've removed all #ifdef CONFIG_CMPXCHG_LOCAL's from slub.
> This change breaks slub (again) on UML.
> UML does not implement this_cpu_cmpxchg16b_emu().
It does not have to implement it. The this_cpu_ops can fall back to
generic implementations.
> Is there anything I can do to have slub on UML?
Yes, rely on the generic implementation of this_cpu_cmpxchg.
--
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