On Sun, May 04, 2008 at 12:25:02AM +0200, Thomas Bogendoerfer wrote: > Only MIPS32 and MIPS64 CPUs implement clz/dclz. Therefore don't > export __ilog2() for non MIPS32/MIPS64 cpus and use generic > __fls bitop code for these cpus. > > Signed-off-by: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> Applied, thanks. I committed a followup patch to get rid of __ilog2. Ralf