Re: [PATCH v2 4/5] arm64: Introduce dummy version of asm/fiq.h

2014-09-08 Thread Daniel Thompson
On 05/09/14 17:50, Catalin Marinas wrote: > On Fri, Sep 05, 2014 at 04:33:17PM +0100, Daniel Thompson wrote: >> Drivers that are shared between arm and arm64 and which employ >> FIQ on arm cannot include asm/fiq.h without #ifdef'ing. This patch >> introduces a dummy version of asm/fiq.h to arm64

Re: [PATCH v2 4/5] arm64: Introduce dummy version of asm/fiq.h

2014-09-08 Thread Daniel Thompson
On 05/09/14 17:50, Catalin Marinas wrote: On Fri, Sep 05, 2014 at 04:33:17PM +0100, Daniel Thompson wrote: Drivers that are shared between arm and arm64 and which employ FIQ on arm cannot include asm/fiq.h without #ifdef'ing. This patch introduces a dummy version of asm/fiq.h to arm64 to avoid

Re: [PATCH v2 4/5] arm64: Introduce dummy version of asm/fiq.h

2014-09-05 Thread Catalin Marinas
On Fri, Sep 05, 2014 at 04:33:17PM +0100, Daniel Thompson wrote: > Drivers that are shared between arm and arm64 and which employ > FIQ on arm cannot include asm/fiq.h without #ifdef'ing. This patch > introduces a dummy version of asm/fiq.h to arm64 to avoid this. > > Signed-off-by: Daniel

[PATCH v2 4/5] arm64: Introduce dummy version of asm/fiq.h

2014-09-05 Thread Daniel Thompson
Drivers that are shared between arm and arm64 and which employ FIQ on arm cannot include asm/fiq.h without #ifdef'ing. This patch introduces a dummy version of asm/fiq.h to arm64 to avoid this. Signed-off-by: Daniel Thompson Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/include/asm/fiq.h

[PATCH v2 4/5] arm64: Introduce dummy version of asm/fiq.h

2014-09-05 Thread Daniel Thompson
Drivers that are shared between arm and arm64 and which employ FIQ on arm cannot include asm/fiq.h without #ifdef'ing. This patch introduces a dummy version of asm/fiq.h to arm64 to avoid this. Signed-off-by: Daniel Thompson daniel.thomp...@linaro.org Cc: Catalin Marinas catalin.mari...@arm.com

Re: [PATCH v2 4/5] arm64: Introduce dummy version of asm/fiq.h

2014-09-05 Thread Catalin Marinas
On Fri, Sep 05, 2014 at 04:33:17PM +0100, Daniel Thompson wrote: Drivers that are shared between arm and arm64 and which employ FIQ on arm cannot include asm/fiq.h without #ifdef'ing. This patch introduces a dummy version of asm/fiq.h to arm64 to avoid this. Signed-off-by: Daniel Thompson