Re: [U-Boot] [PATCH v4 04/16] x86: bitops: Use the generic bitops headers

2015-10-29 Thread Jagan Teki
On 26 October 2015 at 21:41, Fabio Estevam wrote: > Use the generic bitops and also add custom __ffs() implementation > as per the kernel. > > Also align the ffs() implementation with the kernel. > > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini > Reviewed-by: Heiko Schocher Reviewed-by

[U-Boot] [PATCH v4 04/16] x86: bitops: Use the generic bitops headers

2015-10-26 Thread Fabio Estevam
Use the generic bitops and also add custom __ffs() implementation as per the kernel. Also align the ffs() implementation with the kernel. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher --- Changes since v3: - None arch/x86/include/asm/bitops.h | 21 +++