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

2019-04-24 Thread Tony Lindgren
* Stefan Agner [190411 07:53]: > 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. Acked-by: Tony Lindgren

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

2019-04-11 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 --- Changes since v2: - New patch