From patchwork Wed Aug 20 20:41:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 4753841 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 330179F344 for ; Wed, 20 Aug 2014 20:46:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 609222010B for ; Wed, 20 Aug 2014 20:46:12 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 93B6A200E6 for ; Wed, 20 Aug 2014 20:46:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XKCjZ-00063U-Bz; Wed, 20 Aug 2014 20:43:53 +0000 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XKCj0-0005c2-Gi for linux-arm-kernel@lists.infradead.org; Wed, 20 Aug 2014 20:43:18 +0000 Received: by mail-pa0-f52.google.com with SMTP id bj1so12719572pad.39 for ; Wed, 20 Aug 2014 13:42:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=8d9Yr6xvFwt8/ElS/9Wvt8HOzpVt+WfTy8Z5vCoii3Y=; b=zsZmo3P0wKvMXOskHS+Zk6MxSyTrr1GllbSH6ItGP+JFzzBRAfZIJKHz0P5eX5t/HJ WdNgzBynwUxVkxgfGmIZAPyxJ1zRjp3SMeE3y7HQzvNBKhpcEyNnO/+U5Eb9NqvulZ3i aXMKQyQR5A2IvBzwBsQ2XX2Z6HcM6lvV8tP6zxge5sQcjCKkCCFRSOZQK25ECFDPVZ6X R9sb1FapHpxn0ygjXHpb4Yig8XH8PCBEAieiI3zJ4V5bTKzQdDkqeoXm1d/4x3biVvgF cGRSqT6GztHVS7kgb5XHYb3Umm4JO/T+gQ74dJ92xJD3UxWI7ebbSRFeScKJLJYR5l20 xhTw== X-Received: by 10.68.131.134 with SMTP id om6mr54789778pbb.41.1408567377697; Wed, 20 Aug 2014 13:42:57 -0700 (PDT) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id g6sm83464914pat.2.2014.08.20.13.42.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 20 Aug 2014 13:42:56 -0700 (PDT) From: Soren Brinkmann To: Michal Simek , Russell King , "Rafael J. Wysocki" , Daniel Lezcano , Rob Herring , Mark Rutland Subject: [PATCH 9/9] ARM: zynq: Rename 'zynq_platform_cpu_die' Date: Wed, 20 Aug 2014 13:41:55 -0700 Message-Id: <1408567315-28479-10-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 2.0.1.1.gfbfc394 In-Reply-To: <1408567315-28479-1-git-send-email-soren.brinkmann@xilinx.com> References: <1408567315-28479-1-git-send-email-soren.brinkmann@xilinx.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140820_134318_572304_EA99C0CC X-CRM114-Status: GOOD ( 10.51 ) X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, Pawel Moll , linux-pm@vger.kernel.org, Ian Campbell , linux-kernel@vger.kernel.org, =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Kumar Gala , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham 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 Match the naming pattern of all other SMP ops and rename zynq_platform_cpu_die --> zynq_cpu_die. Signed-off-by: Soren Brinkmann --- arch/arm/mach-zynq/platsmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-zynq/platsmp.c b/arch/arm/mach-zynq/platsmp.c index 04e578718aa2..95933c5e70e1 100644 --- a/arch/arm/mach-zynq/platsmp.c +++ b/arch/arm/mach-zynq/platsmp.c @@ -138,7 +138,7 @@ static int zynq_cpu_kill(unsigned cpu) * * Called with IRQs disabled */ -static void zynq_platform_cpu_die(unsigned int cpu) +static void zynq_cpu_die(unsigned int cpu) { zynq_slcr_cpu_state_write(cpu, true); @@ -158,7 +158,7 @@ struct smp_operations zynq_smp_ops __initdata = { .smp_boot_secondary = zynq_boot_secondary, .smp_secondary_init = zynq_secondary_init, #ifdef CONFIG_HOTPLUG_CPU - .cpu_die = zynq_platform_cpu_die, + .cpu_die = zynq_cpu_die, .cpu_kill = zynq_cpu_kill, #endif };