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

2015-11-06 Thread Tom Rini
On Thu, Nov 05, 2015 at 12:43:31PM -0200, Fabio Estevam wrote: > The generic bitops headers are required when calling logarithmic > functions, such as ilog2(). > > Signed-off-by: Fabio Estevam > Reviewed-by: Jagan Teki Applied to u-boot/master, thanks! -- Tom signature.asc Description: Dig

[U-Boot] [PATCH v7 10/21] sparc: Use the generic bitops headers

2015-11-05 Thread Fabio Estevam
The generic bitops headers are required when calling logarithmic functions, such as ilog2(). Signed-off-by: Fabio Estevam Reviewed-by: Jagan Teki --- Changes since v6: - None arch/sparc/include/asm/bitops.h | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/sparc/include/asm/bitops.