Re: [U-Boot] [PATCH v4 14/16] powerpc: Remove __ilog2_u64 and ffs4 from bitops

2015-10-29 Thread Jagan Teki
On 26 October 2015 at 21:41, Fabio Estevam wrote: > Remove __ilog2_u64 and ffs4 from powerpc bitops to align with the > kernel implementation. > > Use the generic __ffs64 instead of a custom powerpc implementation. > > Cc: York Sun > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini > Review

[U-Boot] [PATCH v4 14/16] powerpc: Remove __ilog2_u64 and ffs4 from bitops

2015-10-26 Thread Fabio Estevam
Remove __ilog2_u64 and ffs4 from powerpc bitops to align with the kernel implementation. Use the generic __ffs64 instead of a custom powerpc implementation. Cc: York Sun Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher --- Changes since v3: - None arch/powerpc/