Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754276AbbBNSVq (ORCPT ); Sat, 14 Feb 2015 13:21:46 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:37331 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754091AbbBNSVo (ORCPT ); Sat, 14 Feb 2015 13:21:44 -0500 Date: Sat, 14 Feb 2015 13:21:38 -0500 From: Simon Horman To: Magnus Damm Cc: Stephen Boyd , linux-kernel , "linux-arm-kernel@lists.infradead.org" , SH-Linux Subject: Re: [PATCH] ARM: shmobile: Remove redundant cpu_disable implementation Message-ID: <20150214182133.GA27815@verge.net.au> References: <1423874461-2405-1-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1120 Lines: 29 On Sat, Feb 14, 2015 at 09:58:42AM +0000, Magnus Damm wrote: > Hi Stephen, > > On Sat, Feb 14, 2015 at 12:41 AM, Stephen Boyd wrote: > > By default only the non-boot CPUs can be hotplugged if the > > smp_operations structure doesn't have the cpu_disable function > > pointer set. r8a7779_cpu_disable() implements the same logic, > > only non-boot CPUs can be hotplugged, so it's redundant to > > override the default behavior. > > > > Signed-off-by: Stephen Boyd > > --- > > arch/arm/mach-shmobile/smp-r8a7779.c | 7 ------- > > 1 file changed, 7 deletions(-) > > Thanks for breaking out this change. It looks good to me! > > Acked-by: Magnus Damm Thanks, I have queued this up with the following slightly updated subject 'ARM: shmobile: r8a7779: Remove redundant cpu_disable implementation' -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/