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

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

[U-Boot] [PATCH v7 15/21] arc: 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 --- Changes since v6: - Newly introduced in this series arch/arc/include/asm/bitops.h | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arc/include/asm/bitops.h