commit | 4928e97c8531283ca9b368b7c29a8a12e726562a | [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 | 83002a77cbdf383015ca384eff5fa31722d8e571 [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>