bitops.h (f312eff8164879e04923d41e9dd23e7850937d85) bitops.h (61f2e7b0f474225b4226772830ae4b29a3a21f8d)
1#ifndef _ALPHA_BITOPS_H
2#define _ALPHA_BITOPS_H
3
4#ifndef _LINUX_BITOPS_H
5#error only <linux/bitops.h> can be included directly
6#endif
7
8#include <asm/compiler.h>

--- 445 unchanged lines hidden (view full) ---

454 return __ffs(tmp) + ofs;
455}
456
457#include <asm-generic/bitops/le.h>
458
459#define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a)
460#define ext2_clear_bit_atomic(l,n,a) test_and_clear_bit(n,a)
461
1#ifndef _ALPHA_BITOPS_H
2#define _ALPHA_BITOPS_H
3
4#ifndef _LINUX_BITOPS_H
5#error only <linux/bitops.h> can be included directly
6#endif
7
8#include <asm/compiler.h>

--- 445 unchanged lines hidden (view full) ---

454 return __ffs(tmp) + ofs;
455}
456
457#include <asm-generic/bitops/le.h>
458
459#define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a)
460#define ext2_clear_bit_atomic(l,n,a) test_and_clear_bit(n,a)
461
462#include <asm-generic/bitops/minix.h>
463
464#endif /* __KERNEL__ */
465
466#endif /* _ALPHA_BITOPS_H */
462#endif /* __KERNEL__ */
463
464#endif /* _ALPHA_BITOPS_H */