]> Git Repo - J-linux.git/blobdiff - include/linux/bitops.h
x86: Detect whether we should use Xen SWIOTLB.
[J-linux.git] / include / linux / bitops.h
index b7938987923882e1e8853d63b31560a4aa0b0393..b796eab5ca75325bcfb9ff1c56c9527aee42feff 100644 (file)
@@ -21,9 +21,6 @@
             (bit) < (size); \
             (bit) = find_next_bit((addr), (size), (bit) + 1))
 
-/* Temporary */
-#define for_each_bit(bit, addr, size) for_each_set_bit(bit, addr, size)
-
 static __inline__ int get_bitmask_order(unsigned int count)
 {
        int order;
This page took 0.029668 seconds and 4 git commands to generate.