From: Paolo 'Blaisorblade' Giarrusso Date: Thu, 19 Jan 2006 01:42:52 +0000 (-0800) Subject: [PATCH] uml: remove leftover from patch revertal X-Git-Tag: firefly_0821_release~38690 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3b948068b84b9759cdf0965abf3074dcb9230e98;p=firefly-linux-kernel-4.4.55.git [PATCH] uml: remove leftover from patch revertal I added this line to share this file with UML, but now it's no longer shared so remove this useless leftover. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/futex.h b/include/asm-i386/futex.h index e7a271d39309..44b9db806474 100644 --- a/include/asm-i386/futex.h +++ b/include/asm-i386/futex.h @@ -61,7 +61,7 @@ futex_atomic_op_inuser (int encoded_op, int __user *uaddr) if (op == FUTEX_OP_SET) __futex_atomic_op1("xchgl %0, %2", ret, oldval, uaddr, oparg); else { -#if !defined(CONFIG_X86_BSWAP) && !defined(CONFIG_UML) +#ifndef CONFIG_X86_BSWAP if (boot_cpu_data.x86 == 3) ret = -ENOSYS; else