Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18925
b: refs/heads/master
c: 3b94806
h: refs/heads/master
i:
  18923: ac315b7
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Jan 19, 2006
1 parent a190464 commit 95be846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 097fdf06c63741e6ac1a4e01c2255861dd0a1c49
refs/heads/master: 3b948068b84b9759cdf0965abf3074dcb9230e98
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/futex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95be846

Please sign in to comment.