mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00:00
[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 <blaisorblade@yahoo.it> Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
097fdf06c6
commit
3b948068b8
@ -61,7 +61,7 @@ futex_atomic_op_inuser (int encoded_op, int __user *uaddr)
|
|||||||
if (op == FUTEX_OP_SET)
|
if (op == FUTEX_OP_SET)
|
||||||
__futex_atomic_op1("xchgl %0, %2", ret, oldval, uaddr, oparg);
|
__futex_atomic_op1("xchgl %0, %2", ret, oldval, uaddr, oparg);
|
||||||
else {
|
else {
|
||||||
#if !defined(CONFIG_X86_BSWAP) && !defined(CONFIG_UML)
|
#ifndef CONFIG_X86_BSWAP
|
||||||
if (boot_cpu_data.x86 == 3)
|
if (boot_cpu_data.x86 == 3)
|
||||||
ret = -ENOSYS;
|
ret = -ENOSYS;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user