commit | 2caf190002770b53fdb263ed744802a1b5e81649 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jan 30 17:14:41 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 07 13:30:24 2006 +0000 |
tree | af9cc05155d5c456b5c93263ae4a7ebe719e327e | |
parent | 2e66fe24d6faa287088ff18051dd423a32b60502 [diff] |
[MIPS] Cleanup fls implementation. 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>