[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140508170509.GJ12708@titan.lakedaemon.net>
Date: Thu, 8 May 2014 13:05:09 -0400
From: Jason Cooper <jason@...edaemon.net>
To: Vincent Stehlé <vincent.stehle@...oste.net>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org, Andrew Lunn <andrew@...n.ch>,
Gregory Clement <gregory.clement@...e-electrons.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Russell King <linux@....linux.org.uk>
Subject: Re: [PATCH linux-next] ARM: mvebu: Fix pmsu compilation when ARMv6
is selected
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 mode `isb '
> /tmp/ccwDEzd0.s:645: Error: selected processor does not support ARM mode `isb '
> /tmp/ccwDEzd0.s:646: Error: selected processor does not support ARM mode `dsb '
> /tmp/ccwDEzd0.s:695: Error: selected processor does not support ARM mode `isb '
> make[1]: *** [arch/arm/mach-mvebu/pmsu.o] Error 1
>
> Fix this in a similar manner than done previously in commit
> 72533b77d30c2be02672e26b5dde1263d7b4c2be, by specifying ARMv7 flags for pmsu.o.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@...oste.net>
> Cc: Jason Cooper <jason@...edaemon.net>
> Cc: Andrew Lunn <andrew@...n.ch>
> Cc: Gregory Clement <gregory.clement@...e-electrons.com>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
> Cc: Russell King <linux@....linux.org.uk>
> ---
>
> Hi,
>
> This build issue can be seen with e.g. Linux next-20140506, ARCH=arm and
> allmodconfig.
>
> Best regards,
>
> V.
>
> arch/arm/mach-mvebu/Makefile | 1 +
> 1 file changed, 1 insertion(+)
Applied to mvebu/soc, thanks!
thx,
Jason.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists