aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/include/asm/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/metag/include/asm/bitops.h')
-rw-r--r--arch/metag/include/asm/bitops.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/metag/include/asm/bitops.h b/arch/metag/include/asm/bitops.h
index c0d0df0d1378..2671134ee745 100644
--- a/arch/metag/include/asm/bitops.h
+++ b/arch/metag/include/asm/bitops.h
@@ -5,12 +5,6 @@
#include <asm/barrier.h>
#include <asm/global_lock.h>
-/*
- * clear_bit() doesn't provide any barrier for the compiler.
- */
-#define smp_mb__before_clear_bit() barrier()
-#define smp_mb__after_clear_bit() barrier()
-
#ifdef CONFIG_SMP
/*
* These functions are the basis of our bit ops.