Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73927
b: refs/heads/master
c: 0f67e90
h: refs/heads/master
i:
  73925: 40377d4
  73923: f2886b0
  73919: 810689b
v: v3
  • Loading branch information
Ralf Baechle committed Nov 26, 2007
1 parent 644faa0 commit bf0f40e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 07500b0d855b7f3f47ca263b21b6397d743d45d2
refs/heads/master: 0f67e90e1caea4a0a14d2c60102547bce29f7f08
6 changes: 3 additions & 3 deletions trunk/include/asm-mips/futex.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
" .set mips0 \n" \
" .section .fixup,\"ax\" \n" \
"4: li %0, %6 \n" \
" j 2b \n" \
" j 3b \n" \
" .previous \n" \
" .section __ex_table,\"a\" \n" \
" "__UA_ADDR "\t1b, 4b \n" \
Expand All @@ -61,7 +61,7 @@
" .set mips0 \n" \
" .section .fixup,\"ax\" \n" \
"4: li %0, %6 \n" \
" j 2b \n" \
" j 3b \n" \
" .previous \n" \
" .section __ex_table,\"a\" \n" \
" "__UA_ADDR "\t1b, 4b \n" \
Expand Down Expand Up @@ -200,4 +200,4 @@ futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval)
}

#endif
#endif
#endif /* _ASM_FUTEX_H */

0 comments on commit bf0f40e

Please sign in to comment.