commit | 67bcc636ad9a1ceb21178995d9b49ab94214eca4 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Jun 11 10:14:06 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 01 21:47:12 2008 +0200 |
tree | 011b0f09f123e7645b32fc6feaafe3021a7c7723 | |
parent | 61ffc74217e4bafca2bbc1f571980c5380a275ef [diff] |
PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops fls64, __ilog2_u64, ffs64 are variants that work on an u64, and fls is used to implement them. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>