From: Paolo 'Blaisorblade' Giarrusso 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 --- include/asm-i386/futex.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-i386/futex.h~uml-remove-leftover-from-patch-revertal include/asm-i386/futex.h --- 25/include/asm-i386/futex.h~uml-remove-leftover-from-patch-revertal Tue Jan 17 16:44:59 2006 +++ 25-akpm/include/asm-i386/futex.h Tue Jan 17 16:44:59 2006 @@ -61,7 +61,7 @@ futex_atomic_op_inuser (int encoded_op, 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 _