lkml.org 
[lkml]   [2011]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateTue, 31 May 2011 09:30:21 -0500 (CDT)
FromChristoph Lameter <>
SubjectRe: 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.


\
 
 \ /
  Last update: 2011-05-31 16:33    [from the cache]
©2003-2010