]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/bitops.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / include / asm-i386 / bitops.h
index b768e20fbb66484cbccc42235500e4c1651db278..c7a38f237a5cf0bcbbcf996ff8ffc01698a62220 100644 (file)
@@ -349,6 +349,7 @@ static __inline__ int ffs(int x)
                "1:" : "=r" (r) : "g" (x));
        return r+1;
 }
+#define PLATFORM_FFS
 
 /**
  * hweightN - returns the hamming weight of a N-bit word