Re: [U-Boot] [PATCH v2 02/13] include: Add generic bitops headers

2015-10-25 Thread Fabio Estevam
Hi Jagan, On Sun, Oct 25, 2015 at 2:28 PM, Fabio Estevam wrote: > On Sun, Oct 25, 2015 at 4:50 AM, Jagan Teki wrote: >> Hi Febio, >> >> You replaced __always_inline to inline any specific reason? found >> __always_inline at some parts of header in code. But my compilation is >> not-smooth with t

Re: [U-Boot] [PATCH v2 02/13] include: Add generic bitops headers

2015-10-25 Thread Fabio Estevam
On Sun, Oct 25, 2015 at 4:50 AM, Jagan Teki wrote: > Hi Febio, > > You replaced __always_inline to inline any specific reason? found > __always_inline at some parts of header in code. But my compilation is > not-smooth with this. Yes, if I use the original __always_inline I get the following when

Re: [U-Boot] [PATCH v2 02/13] include: Add generic bitops headers

2015-10-24 Thread Jagan Teki
Hi Febio, You replaced __always_inline to inline any specific reason? found __always_inline at some parts of header in code. But my compilation is not-smooth with this. On 24 October 2015 at 20:56, Fabio Estevam wrote: > From: Fabio Estevam > > Use the generic bitops header files from the kerne

[U-Boot] [PATCH v2 02/13] include: Add generic bitops headers

2015-10-24 Thread Fabio Estevam
From: Fabio Estevam Use the generic bitops header files from the kernel. Imported from kernel 4.2.3. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini --- Changes since v1: - None include/asm-generic/bitops/__ffs.h | 43 ++ include/asm-generic/bitops/__f