diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-26 15:12:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-26 15:12:54 -0700 |
| commit | 0983f0509480f95584f8e945e5b9c5310e9038f3 (patch) | |
| tree | 099892d76ebaa20e7b59606196dcdb67155a3b03 /include/asm-arm/bitops.h | |
| parent | db776a14f327c20d4984ac4b724a934df34bfe31 (diff) | |
| parent | 186efd5275bbe7ffb73d939c1ce5690682668200 (diff) | |
Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp
Diffstat (limited to 'include/asm-arm/bitops.h')
| -rw-r--r-- | include/asm-arm/bitops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/bitops.h b/include/asm-arm/bitops.h index 4edd4dc40c5b..c1adc6b3e86d 100644 --- a/include/asm-arm/bitops.h +++ b/include/asm-arm/bitops.h @@ -21,8 +21,8 @@ #include <asm/system.h> -#define smp_mb__before_clear_bit() do { } while (0) -#define smp_mb__after_clear_bit() do { } while (0) +#define smp_mb__before_clear_bit() mb() +#define smp_mb__after_clear_bit() mb() /* * These functions are the basis of our bit ops. |
