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

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

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