summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2012-10-22 08:16:44 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-10-22 08:16:44 +0900
commit61ef3c0bd3ccc9552ea4e54f5003a21ba45ceb44 (patch)
treef40d949e8cac995b9352f2ef78587029004a5e0e
parent59cf19a4fa2b8832f04f4c2b846c7cade52e475d (diff)
downloadlinux-3.10-61ef3c0bd3ccc9552ea4e54f5003a21ba45ceb44.tar.gz
linux-3.10-61ef3c0bd3ccc9552ea4e54f5003a21ba45ceb44.tar.bz2
linux-3.10-61ef3c0bd3ccc9552ea4e54f5003a21ba45ceb44.zip
ARM: EXYNOS: Set .smp field of machine descriptor for exynos4-dt
This patch adds missing initializer of .smp field of machine descriptor of EXYNOS 4 DT machine. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/mach-exynos/mach-exynos4-dt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c
index e58d786faf7..eadf4b59e7d 100644
--- a/arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
@@ -99,6 +99,7 @@ static char const *exynos4_dt_compat[] __initdata = {
DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)")
/* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */
+ .smp = smp_ops(exynos_smp_ops),
.init_irq = exynos4_init_irq,
.map_io = exynos4_dt_map_io,
.handle_irq = gic_handle_irq,