summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto2012-05-10 09:10:29 +0200
committerRafael J. Wysocki2012-05-12 22:34:18 +0200
commitfecf84c14fa755b0e30ba64a290db658a06c76fb (patch)
tree6f49de3640d94615f057e5aa4961050b791ffef6 /arch/arm/mach-shmobile
parentARM: mach-shmobile: kzm9g: defconfig update (diff)
downloadkernel-qcow2-linux-fecf84c14fa755b0e30ba64a290db658a06c76fb.tar.gz
kernel-qcow2-linux-fecf84c14fa755b0e30ba64a290db658a06c76fb.tar.xz
kernel-qcow2-linux-fecf84c14fa755b0e30ba64a290db658a06c76fb.zip
ARM: mach-shmobile: kzm9g: enable SMP boot
Update the KZM9G defconfig and the code in platsmp.c to support SMP on the sh73a0 based KZM9G board. Also fix up the earlyprintk setting that was previously incorrect. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/platsmp.c b/arch/arm/mach-shmobile/platsmp.c
index 45fa3924c6a1..d959f07d1ef0 100644
--- a/arch/arm/mach-shmobile/platsmp.c
+++ b/arch/arm/mach-shmobile/platsmp.c
@@ -20,7 +20,7 @@
#include <asm/mach-types.h>
#include <mach/common.h>
-#define is_sh73a0() (machine_is_ag5evm() || machine_is_kota2())
+#define is_sh73a0() (machine_is_ag5evm() || machine_is_kota2() || machine_is_kzm9g())
#define is_r8a7779() machine_is_marzen()
static unsigned int __init shmobile_smp_get_core_count(void)