Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210928
b: refs/heads/master
c: fd429a0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Salter authored and Linus Torvalds committed Sep 23, 2010
1 parent 007807a commit 1a29d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 57aebd7739c8dbbf403876ee1e9673fafc83d856
refs/heads/master: fd429a0842c61b60e02a7e63430a609957821c67
4 changes: 2 additions & 2 deletions trunk/arch/mn10300/include/asm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ int ffs(int x)
#include <asm-generic/bitops/hweight.h>

#define ext2_set_bit_atomic(lock, nr, addr) \
test_and_set_bit((nr) ^ 0x18, (addr))
test_and_set_bit((nr), (addr))
#define ext2_clear_bit_atomic(lock, nr, addr) \
test_and_clear_bit((nr) ^ 0x18, (addr))
test_and_clear_bit((nr), (addr))

#include <asm-generic/bitops/ext2-non-atomic.h>
#include <asm-generic/bitops/minix-le.h>
Expand Down

0 comments on commit 1a29d2b

Please sign in to comment.