vserver 1.9.3
[linux-2.6.git] / include / asm-h8300 / bitops.h
index 893e6f1..94b7a46 100644 (file)
@@ -273,6 +273,8 @@ found_middle:
        return result + __ffs(tmp);
 }
 
+#define find_first_bit(addr, size) find_next_bit(addr, size, 0)
+
 /*
  * Every architecture must define this function. It's the fastest
  * way of searching a 140-bit bitmap where the first 100 bits are