diff options
Diffstat (limited to 'arch/alpha/include/asm/bitops.h')
-rw-r--r-- | arch/alpha/include/asm/bitops.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/alpha/include/asm/bitops.h b/arch/alpha/include/asm/bitops.h index 85b815215776..a19ba5efea4c 100644 --- a/arch/alpha/include/asm/bitops.h +++ b/arch/alpha/include/asm/bitops.h | |||
@@ -456,8 +456,7 @@ sched_find_first_bit(const unsigned long b[2]) | |||
456 | 456 | ||
457 | #include <asm-generic/bitops/le.h> | 457 | #include <asm-generic/bitops/le.h> |
458 | 458 | ||
459 | #define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a) | 459 | #include <asm-generic/bitops/ext2-atomic-setbit.h> |
460 | #define ext2_clear_bit_atomic(l,n,a) test_and_clear_bit(n,a) | ||
461 | 460 | ||
462 | #endif /* __KERNEL__ */ | 461 | #endif /* __KERNEL__ */ |
463 | 462 | ||