MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-nios2nommu / bitops.h
blob7bf186202598aa500d7abc28c73b3e7ad6d5ff2a
1 #ifndef __ASM_NIOS2NOMMU_BITOPS_H
2 #define __ASM_NIOS2NOMMU_BITOPS_H
4 #ifdef __KERNEL__
5 #include <asm/system.h>
6 #include <asm-generic/bitops.h>
7 #define smp_mb__before_clear_bit() barrier()
8 #define smp_mb__after_clear_bit() barrier()
9 #endif /* __KERNEL__ */
11 #endif /* __ASM_NIOS2NOMMU_BITOPS_H */