X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fbitops.h;h=f4280593dfa3a61b9675bfbb35fd2a2b61eb2ed2;hb=8405b044e5238afebd7248d927c1d261d2239767;hp=b4892a06442cea0a6b80ed1a99e465d0126db2d0;hpb=c11114717a66455de9fbc3ea69ae00d1aace3c14;p=pandora-kernel.git diff --git a/arch/arm/include/asm/bitops.h b/arch/arm/include/asm/bitops.h index b4892a06442c..f4280593dfa3 100644 --- a/arch/arm/include/asm/bitops.h +++ b/arch/arm/include/asm/bitops.h @@ -26,8 +26,8 @@ #include #include -#define smp_mb__before_clear_bit() mb() -#define smp_mb__after_clear_bit() mb() +#define smp_mb__before_clear_bit() smp_mb() +#define smp_mb__after_clear_bit() smp_mb() /* * These functions are the basis of our bit ops.