Re: [PATCH linux-next] ARM: mvebu: Fix pmsu compilation when ARMv6 is selected

2014-05-08 Thread Jason Cooper
On Tue, May 06, 2014 at 10:23:02PM +0200, Vincent Stehlé wrote: > When compiling for multiplatform for both ARMv6 and ARMv7, the default > compiler > flags are for ARMv6, and we will get: > > /tmp/ccwDEzd0.s: Assembler messages: > /tmp/ccwDEzd0.s:639: Error: selected processor does not

Re: [PATCH linux-next] ARM: mvebu: Fix pmsu compilation when ARMv6 is selected

2014-05-08 Thread Jason Cooper
On Tue, May 06, 2014 at 10:23:02PM +0200, Vincent Stehlé wrote: When compiling for multiplatform for both ARMv6 and ARMv7, the default compiler flags are for ARMv6, and we will get: /tmp/ccwDEzd0.s: Assembler messages: /tmp/ccwDEzd0.s:639: Error: selected processor does not support ARM

[PATCH linux-next] ARM: mvebu: Fix pmsu compilation when ARMv6 is selected

2014-05-06 Thread Vincent Stehlé
When compiling for multiplatform for both ARMv6 and ARMv7, the default compiler flags are for ARMv6, and we will get: /tmp/ccwDEzd0.s: Assembler messages: /tmp/ccwDEzd0.s:639: Error: selected processor does not support ARM mode `isb ' /tmp/ccwDEzd0.s:645: Error: selected processor does not

[PATCH linux-next] ARM: mvebu: Fix pmsu compilation when ARMv6 is selected

2014-05-06 Thread Vincent Stehlé
When compiling for multiplatform for both ARMv6 and ARMv7, the default compiler flags are for ARMv6, and we will get: /tmp/ccwDEzd0.s: Assembler messages: /tmp/ccwDEzd0.s:639: Error: selected processor does not support ARM mode `isb ' /tmp/ccwDEzd0.s:645: Error: selected processor does not