Rename ffz() function to fio_ffz() to avoid conflicts
[fio.git] / arch / arch-ia64.h
index b3ee0c38bc13c442d2166eeabcb0a2c745c763e6..7baccca509feaf0ba168cea082275117151a10d4 100644 (file)
@@ -27,7 +27,7 @@
        ia64_intri_res;                                                 \
 })
 
        ia64_intri_res;                                                 \
 })
 
-static inline unsigned long ffz(unsigned long bitmask)
+static inline unsigned long fio_ffz(unsigned long bitmask)
 {
        return ia64_popcnt(bitmask & (~bitmask - 1));
 }
 {
        return ia64_popcnt(bitmask & (~bitmask - 1));
 }