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

2015-11-06 Thread Tom Rini
On Thu, Nov 05, 2015 at 12:43:25PM -0200, 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 Schoche

[U-Boot] [PATCH v7 04/21] x86: Use the generic bitops headers

2015-11-05 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 Reviewed-by: Jagan Teki --- Changes since v6: - None arch/x86/include/asm/