Skip to content
Commit 084189a8 authored by Richard Weinberger's avatar Richard Weinberger Committed by Linus Torvalds
Browse files

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: default avatarRichard Weinberger <richard@nod.at>
Reported-by: default avatarSergei Trofimovich <slyich@gmail.com>
Acked-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6d56dad3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment