From patchwork Sat Sep 14 13:46:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2893361 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D0BB3BFF05 for ; Sat, 14 Sep 2013 13:48:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 108EA20257 for ; Sat, 14 Sep 2013 13:48:32 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1012320184 for ; Sat, 14 Sep 2013 13:48:31 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKqBw-00036k-LI; Sat, 14 Sep 2013 13:47:17 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKqBb-0003ng-7s; Sat, 14 Sep 2013 13:46:55 +0000 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKqBZ-0003lF-05 for linux-arm-kernel@lists.infradead.org; Sat, 14 Sep 2013 13:46:53 +0000 Received: by mail-pb0-f48.google.com with SMTP id ma3so2335405pbc.21 for ; Sat, 14 Sep 2013 06:46:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=wt7vLYd7h+6+ew8qWIY/74f4q85kaTIkYTYvHBgW/Co=; b=cB45BNlr4fNmK5iT+UUcDl9MysdFHlqm3AHawXzX49mK8RoHhNypxmlGicyF8zDS8Q TDbriWxDETWM2UfKUxvciIC63Gt4o799f2YofFY55Pdca8/9Xo/4qi2eUzQae3axpmdG omZwHCTKMEpOyFceqH35P2aNL8eAQJ4SIaA7vaVJKdnChlzVMKm0iPVFy0RFk1izbg0h tZprJJCpZgFD1tPqjTm2JQUewUGSuL1iF4d7nUgz/tWertHKZn0U8r/Vc+ZTwMp7r6BV vxC9tGgY51K9hf7ONv6Q2RSkPLmHPnbHiNGuX70OdsBGs1cEr1slfKsJVSzTMxxZ/iRi mo1A== X-Received: by 10.67.15.70 with SMTP id fm6mr20742756pad.109.1379166391455; Sat, 14 Sep 2013 06:46:31 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id sy10sm25214034pac.15.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Sep 2013 06:46:30 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Sat, 14 Sep 2013 22:46:52 +0900 Message-Id: <20130914134652.19258.20535.sendpatchset@w520> In-Reply-To: <20130914134616.19258.27110.sendpatchset@w520> References: <20130914134616.19258.27110.sendpatchset@w520> Subject: [PATCH 04/05] ARM: shmobile: Let r8a7779 rely on SCU CPU notifier X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130914_094653_140643_22A5AE9E X-CRM114-Status: UNSURE ( 7.31 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Now when CPU notifiers are used for SCU boot vector setup shmobile_smp_scu_boot_secondary() is no longer needed. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/smp-r8a7779.c | 4 ---- 1 file changed, 4 deletions(-) --- 0001/arch/arm/mach-shmobile/smp-r8a7779.c +++ work/arch/arm/mach-shmobile/smp-r8a7779.c 2013-09-14 19:36:57.000000000 +0900 @@ -87,10 +87,6 @@ static int r8a7779_boot_secondary(unsign unsigned int lcpu = cpu_logical_map(cpu); int ret; - ret = shmobile_smp_scu_boot_secondary(cpu, idle); - if (ret) - return ret; - if (lcpu < ARRAY_SIZE(r8a7779_ch_cpu)) ch = r8a7779_ch_cpu[lcpu];