diff options
| -rw-r--r-- | arch/openrisc/include/asm/bitops.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/openrisc/include/asm/bitops.h b/arch/openrisc/include/asm/bitops.h index 2c64f2228dc7..3003cdad561b 100644 --- a/arch/openrisc/include/asm/bitops.h +++ b/arch/openrisc/include/asm/bitops.h | |||
| @@ -27,14 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | #include <linux/irqflags.h> | 28 | #include <linux/irqflags.h> |
| 29 | #include <linux/compiler.h> | 29 | #include <linux/compiler.h> |
| 30 | 30 | #include <asm/barrier.h> | |
| 31 | /* | ||
| 32 | * clear_bit may not imply a memory barrier | ||
| 33 | */ | ||
| 34 | #ifndef smp_mb__before_clear_bit | ||
| 35 | #define smp_mb__before_clear_bit() smp_mb() | ||
| 36 | #define smp_mb__after_clear_bit() smp_mb() | ||
| 37 | #endif | ||
| 38 | 31 | ||
| 39 | #include <asm/bitops/__ffs.h> | 32 | #include <asm/bitops/__ffs.h> |
| 40 | #include <asm-generic/bitops/ffz.h> | 33 | #include <asm-generic/bitops/ffz.h> |
