Re: [PATCH v4 2/2] ARM: OMAP2: drop explicit assembler architecture

2019-06-19 Thread Olof Johansson
On Tue, May 28, 2019 at 12:40:51AM +0200, Stefan Agner wrote: > OMAP2 depends on ARCH_MULTI_V6, which makes sure that the kernel is > compiled with -march=armv6. The compiler frontend will pass the > architecture to the assembler. There is no explicit architecture > specification necessary. > >

Re: [PATCH v4 2/2] ARM: OMAP2: drop explicit assembler architecture

2019-06-02 Thread Stefan Agner
On 30.05.2019 22:02, Nick Desaulniers wrote: > On Mon, May 27, 2019 at 3:41 PM Stefan Agner wrote: >> >> OMAP2 depends on ARCH_MULTI_V6, which makes sure that the kernel is >> compiled with -march=armv6. The compiler frontend will pass the >> architecture to the assembler. There is no explicit

Re: [PATCH v4 2/2] ARM: OMAP2: drop explicit assembler architecture

2019-05-30 Thread Nick Desaulniers
On Mon, May 27, 2019 at 3:41 PM Stefan Agner wrote: > > OMAP2 depends on ARCH_MULTI_V6, which makes sure that the kernel is > compiled with -march=armv6. The compiler frontend will pass the > architecture to the assembler. There is no explicit architecture > specification necessary. > >

[PATCH v4 2/2] ARM: OMAP2: drop explicit assembler architecture

2019-05-27 Thread Stefan Agner
OMAP2 depends on ARCH_MULTI_V6, which makes sure that the kernel is compiled with -march=armv6. The compiler frontend will pass the architecture to the assembler. There is no explicit architecture specification necessary. Signed-off-by: Stefan Agner Acked-by: Tony Lindgren --- Changes since v2: