bitops.h (f312eff8164879e04923d41e9dd23e7850937d85) | bitops.h (61f2e7b0f474225b4226772830ae4b29a3a21f8d) |
---|---|
1#ifndef _S390_BITOPS_H 2#define _S390_BITOPS_H 3 4/* 5 * include/asm-s390/bitops.h 6 * 7 * S390 version 8 * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation --- 848 unchanged lines hidden (view full) --- 857 return offset + find_first_bit_le(p, size); 858} 859 860#define ext2_set_bit_atomic(lock, nr, addr) \ 861 test_and_set_bit_le(nr, addr) 862#define ext2_clear_bit_atomic(lock, nr, addr) \ 863 test_and_clear_bit_le(nr, addr) 864 | 1#ifndef _S390_BITOPS_H 2#define _S390_BITOPS_H 3 4/* 5 * include/asm-s390/bitops.h 6 * 7 * S390 version 8 * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation --- 848 unchanged lines hidden (view full) --- 857 return offset + find_first_bit_le(p, size); 858} 859 860#define ext2_set_bit_atomic(lock, nr, addr) \ 861 test_and_set_bit_le(nr, addr) 862#define ext2_clear_bit_atomic(lock, nr, addr) \ 863 test_and_clear_bit_le(nr, addr) 864 |
865#include <asm-generic/bitops/minix.h> | |
866 867#endif /* __KERNEL__ */ 868 869#endif /* _S390_BITOPS_H */ | 865 866#endif /* __KERNEL__ */ 867 868#endif /* _S390_BITOPS_H */ |