From: Richard Weinberger Date: Thu, 14 Apr 2011 22:22:18 +0000 (-0700) Subject: um: disable CONFIG_CMPXCHG_LOCAL X-Git-Tag: v2.6.39-rc4~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084189a88754d40e1bb9bfbc278e70c33e571685;p=pandora-kernel.git um: disable CONFIG_CMPXCHG_LOCAL Commit 8a5ec0ba "Lockless (and preemptless) fastpaths for slub" makes use of this_cpu_cmpxchg_double() which needs this_cpu_cmpxchg16b_emu() on x86_64. Implementing cmpxchg16b emulation for UML would introduce too much complexity. So just disable it. Signed-off-by: Richard Weinberger Reported-by: Sergei Trofimovich Acked-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed