]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
authorKumar Gala <galak@kernel.crashing.org>
Wed, 11 Jun 2008 15:14:06 +0000 (10:14 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 1 Jul 2008 19:47:12 +0000 (21:47 +0200)
commit4928e97c8531283ca9b368b7c29a8a12e726562a
tree011b0f09f123e7645b32fc6feaafe3021a7c7723
parent83002a77cbdf383015ca384eff5fa31722d8e571
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>
include/asm-ppc/bitops.h