[MIPS] Cleanup fls implementation.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 30 Jan 2006 17:14:41 +0000 (17:14 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 Feb 2006 13:30:24 +0000 (13:30 +0000)
fls was the only called of flz, so fold flz into fls, same for the
__ilog2 call.  Delete the now unused flz function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found