Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89077
b: refs/heads/master
c: aa040b2
h: refs/heads/master
i:
  89075: 8ba2d97
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Apr 17, 2008
1 parent b48d212 commit 499cd69
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: 537e33136443bcd53ee13bc32a8f0fa46b1f3fdb
refs/heads/master: aa040b2f0693695ae393cd9b8a93055952dbf76f
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/sync_bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static inline int sync_test_and_change_bit(int nr, volatile unsigned long *addr)
return oldbit;
}

#define sync_test_bit test_bit
#define sync_test_bit(nr, addr) test_bit(nr, addr)

#undef ADDR

Expand Down

0 comments on commit 499cd69

Please sign in to comment.