From patchwork Fri Oct 12 09:49:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Figa X-Patchwork-Id: 1586031 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 2980E4025F for ; Fri, 12 Oct 2012 09:52:24 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TMbso-0002qD-Fn; Fri, 12 Oct 2012 09:50:18 +0000 Received: from mailout4.samsung.com ([203.254.224.34]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TMbsj-0002pz-K2 for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2012 09:50:15 +0000 Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MBR0053ZXZEZ380@mailout4.samsung.com> for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2012 18:50:08 +0900 (KST) X-AuditID: cbfee61a-b7f976d000001eb9-fd-5077e7d0ae58 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (EPCPMTA) with SMTP id 1A.4D.07865.0D7E7705; Fri, 12 Oct 2012 18:50:08 +0900 (KST) Received: from mcdsrvbld02.digital.local ([106.116.37.23]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MBR002BOXYYGPB0@mmp2.samsung.com> for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2012 18:50:08 +0900 (KST) From: Tomasz Figa To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor Date: Fri, 12 Oct 2012 11:49:38 +0200 Message-id: <1350035378-31989-1-git-send-email-t.figa@samsung.com> X-Mailer: git-send-email 1.7.10 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrJJMWRmVeSWpSXmKPExsVy+t9jQd0Lz8sDDFb847HY9PgaqwOjx+Yl 9QGMUVw2Kak5mWWpRfp2CVwZh7fcZC7YxlbxZbp9A+Ne1i5GTg4JAROJ7et62CFsMYkL99az dTFycQgJTGeU+LPjMjuEs5lJ4vfE20wgVWwCahKfGx6xgdgiAhoSU7oegxUxC+xmlFi9cy0L SEJYwE9izpGVYCtYBFQlpky+CGRzcPAKOEks6DKB2CYv8fR+H9sERu4FjAyrGEVTC5ILipPS cw31ihNzi0vz0vWS83M3MYI9+ExqB+PKBotDjAIcjEo8vBl/ywKEWBPLiitzDzFKcDArifBG nCsPEOJNSaysSi3Kjy8qzUktPsQozcGiJM7b7JESICSQnliSmp2aWpBaBJNl4uCUamBU2zxT rkl8316j+/0MXZ9stqVWy83+2GebtmbWjIajEucPptTefe5lxXFpfqbcFvmQm+tuOdpZbf2v pN39xs/w3blJPm+4nk2r+Zq58canZlUhwYtbKuI1V9p8/PnabjPT6RQ5jvWRDT8PfnE69Wo9 z8RZs/LdK4I1ObV/9xY4f3irppfr3DdDiaU4I9FQi7moOBEABv9aq9wBAAA= X-Spam-Note: CRM114 invocation failed X-Spam-Score: -9.0 (---------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-9.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [203.254.224.34 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.1 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, t.figa@samsung.com, tomasz.figa@gmail.com, kyungmin.park@samsung.com, linux-samsung-soc@vger.kernel.org, thomas.abraham@linaro.org, m.szyprowski@samsung.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This patch adds missing initializer of .smp field of machine descriptor of Exynos 4 DT machine. Signed-off-by: Tomasz Figa --- arch/arm/mach-exynos/mach-exynos4-dt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index 7222e3c..d6bdcfb 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c @@ -119,6 +119,7 @@ static char const *exynos4_dt_compat[] __initdata = { DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") /* Maintainer: Thomas Abraham */ + .smp = smp_ops(exynos_smp_ops), .init_irq = exynos4_init_irq, .map_io = exynos4_dt_map_io, .handle_irq = gic_handle_irq,