]> git.hungrycats.org Git - linux/commitdiff
ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 20 Apr 2016 13:34:31 +0000 (13:34 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 15 Jun 2016 20:29:28 +0000 (21:29 +0100)
commit 5616f36713ea77f57ae908bf2fef641364403c9f upstream.

The secondary CPU starts up in ARM mode. When the kernel is compiled in
thumb2 mode we have to explicitly compile the secondary startup
trampoline in ARM mode, otherwise the CPU will go to Nirvana.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reported-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/arm/mach-socfpga/headsmp.S

index 95c115d8b5eee5407feb99ce996f5793ceb34747..b143f946bb79e8412d3d0a01ddd2b6339d86fc77 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/init.h>
 
        .arch   armv7-a
+       .arm
 
 ENTRY(secondary_trampoline)
        movw    r2, #:lower16:cpu1start_addr