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

2015-10-30 Thread Fabio Estevam
On Fri, Oct 30, 2015 at 4:23 AM, Jagan Teki wrote: >> diff --git a/arch/openrisc/include/asm/bitops.h >> b/arch/openrisc/include/asm/bitops.h >> index 6d0b57c..28c4658 100644 >> --- a/arch/openrisc/include/asm/bitops.h >> +++ b/arch/openrisc/include/asm/bitops.h >> @@ -12,6 +12,10 @@ >> #define

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

2015-10-29 Thread Jagan Teki
On 26 October 2015 at 21:41, Fabio Estevam wrote: > The generic bitops headers are required when calling logarithimic > functions, such as ilog2(). > > Signed-off-by: Fabio Estevam > --- Reviewed-by: Jagan Teki > Changes since v3: > - Newly introduced in this version > > arch/openrisc/include

[U-Boot] [PATCH v4 10/16] openrisc: Use the generic bitops headers

2015-10-26 Thread Fabio Estevam
The generic bitops headers are required when calling logarithimic functions, such as ilog2(). Signed-off-by: Fabio Estevam --- Changes since v3: - Newly introduced in this version arch/openrisc/include/asm/bitops.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/openrisc/include/as